Shades of Fuchsia #B959C2
Tints of Fuchsia #B959C2
RGB
CMYK
RGB Variations
Color information
#B959C2 (or 0xB959C2) is known color: Fuchsia. HEX triplet: B9, 59 and C2. RGB value is (185,89,194). Sum of RGB (Red+Green+Blue) = 185+89+194=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #B959C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959C2 is #46A63D. Grayscale: #818181. Windows color (decimal): -4630078 or 12736953. OLE color: 12736953.
HSL color Cylindrical-coordinate representation of color #B959C2: hue angle of 294.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B959C2 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 89 | 194 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.24 |
| HSL | 294.86º | 0.46% | 0.55% | - |
| HSV(B) | 294.86º | 0.54% | 0.76% | - |
| XYZ | 33.32 | 21.35 | 53.4 | - |
| YUV | 129.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 194 | 0.05 | 0.54 | 0 | 0.24 | 294.86 | 0.46 | 0.55 |
| Hex | B9 | 59 | C2 | 5 | 36 | 0 | 18 | 127 | 2E | 37 |
| Octal | 271 | 131 | 302 | 5 | 66 | 0 | 30 | 447 | 56 | 67 |
| Binary | 10111001 | 1011001 | 11000010 | 101 | 110110 | 0 | 11000 | 100100111 | 101110 | 110111 |
Color Harmonies of #B959C2
Complementary color
Monochromatic Colors of #B959C2
Black with #B959C2
Text Example
Text Example
White with #B959C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959C2; }
p { color: rgb(185,89,194); }
H1.HeaderClassName
{
color: #B959C2;
}
.AnyTagClassName
{
color: #B959C2;
}
</style>
background-color css
<style>
a { background-color: #B959C2; }
a { background-color: rgb(185,89,194); }
div.DivClassName
{
background-color: #B959C2;
}
.BgClassName
{
background-color: #B959C2;
}
</style>
border-color css
<style>
span { border-color: #B959C2; }
span { border-color: rgb(185,89,194); }
td.TdClassName
{
border-color: #B959C2;
}
.TagClassName
{
border-color: #B959C2;
}
</style>