Shades of Fuchsia #B963BD
Tints of Fuchsia #B963BD
RGB
CMYK
RGB Variations
Color information
#B963BD (or 0xB963BD) is known color: Fuchsia. HEX triplet: B9, 63 and BD. RGB value is (185,99,189). Sum of RGB (Red+Green+Blue) = 185+99+189=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #B963BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963BD is #469C42. Grayscale: #868686. Windows color (decimal): -4627523 or 12411833. OLE color: 12411833.
HSL color Cylindrical-coordinate representation of color #B963BD: hue angle of 297.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B963BD is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 99 | 189 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.26 |
| HSL | 297.33º | 0.41% | 0.56% | - |
| HSV(B) | 297.33º | 0.48% | 0.74% | - |
| XYZ | 33.65 | 22.91 | 50.79 | - |
| YUV | 134.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 189 | 0.02 | 0.48 | 0 | 0.26 | 297.33 | 0.41 | 0.56 |
| Hex | B9 | 63 | BD | 2 | 30 | 0 | 1A | 129 | 29 | 38 |
| Octal | 271 | 143 | 275 | 2 | 60 | 0 | 32 | 451 | 51 | 70 |
| Binary | 10111001 | 1100011 | 10111101 | 10 | 110000 | 0 | 11010 | 100101001 | 101001 | 111000 |
Color Harmonies of #B963BD
Complementary color
Monochromatic Colors of #B963BD
Black with #B963BD
Text Example
Text Example
White with #B963BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963BD; }
p { color: rgb(185,99,189); }
H1.HeaderClassName
{
color: #B963BD;
}
.AnyTagClassName
{
color: #B963BD;
}
</style>
background-color css
<style>
a { background-color: #B963BD; }
a { background-color: rgb(185,99,189); }
div.DivClassName
{
background-color: #B963BD;
}
.BgClassName
{
background-color: #B963BD;
}
</style>
border-color css
<style>
span { border-color: #B963BD; }
span { border-color: rgb(185,99,189); }
td.TdClassName
{
border-color: #B963BD;
}
.TagClassName
{
border-color: #B963BD;
}
</style>