Shades of Fuchsia #B959C6
Tints of Fuchsia #B959C6
RGB
CMYK
RGB Variations
Color information
#B959C6 (or 0xB959C6) is known color: Fuchsia. HEX triplet: B9, 59 and C6. RGB value is (185,89,198). Sum of RGB (Red+Green+Blue) = 185+89+198=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #B959C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959C6 is #46A639. Grayscale: #818181. Windows color (decimal): -4630074 or 12999097. OLE color: 12999097.
HSL color Cylindrical-coordinate representation of color #B959C6: hue angle of 292.84º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B959C6 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 89 | 198 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.22 |
| HSL | 292.84º | 0.49% | 0.56% | - |
| HSV(B) | 292.84º | 0.55% | 0.78% | - |
| XYZ | 33.77 | 21.54 | 55.8 | - |
| YUV | 130.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 198 | 0.07 | 0.55 | 0 | 0.22 | 292.84 | 0.49 | 0.56 |
| Hex | B9 | 59 | C6 | 7 | 37 | 0 | 16 | 125 | 31 | 38 |
| Octal | 271 | 131 | 306 | 7 | 67 | 0 | 26 | 445 | 61 | 70 |
| Binary | 10111001 | 1011001 | 11000110 | 111 | 110111 | 0 | 10110 | 100100101 | 110001 | 111000 |
Color Harmonies of #B959C6
Complementary color
Monochromatic Colors of #B959C6
Black with #B959C6
Text Example
Text Example
White with #B959C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959C6; }
p { color: rgb(185,89,198); }
H1.HeaderClassName
{
color: #B959C6;
}
.AnyTagClassName
{
color: #B959C6;
}
</style>
background-color css
<style>
a { background-color: #B959C6; }
a { background-color: rgb(185,89,198); }
div.DivClassName
{
background-color: #B959C6;
}
.BgClassName
{
background-color: #B959C6;
}
</style>
border-color css
<style>
span { border-color: #B959C6; }
span { border-color: rgb(185,89,198); }
td.TdClassName
{
border-color: #B959C6;
}
.TagClassName
{
border-color: #B959C6;
}
</style>