Shades of Fuchsia #B959BC
Tints of Fuchsia #B959BC
RGB
CMYK
RGB Variations
Color information
#B959BC (or 0xB959BC) is known color: Fuchsia. HEX triplet: B9, 59 and BC. RGB value is (185,89,188). Sum of RGB (Red+Green+Blue) = 185+89+188=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #B959BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959BC is #46A643. Grayscale: #808080. Windows color (decimal): -4630084 or 12343737. OLE color: 12343737.
HSL color Cylindrical-coordinate representation of color #B959BC: hue angle of 298.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B959BC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 89 | 188 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.26 |
| HSL | 298.18º | 0.42% | 0.54% | - |
| HSV(B) | 298.18º | 0.53% | 0.74% | - |
| XYZ | 32.66 | 21.09 | 49.93 | - |
| YUV | 128.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 188 | 0.02 | 0.53 | 0 | 0.26 | 298.18 | 0.42 | 0.54 |
| Hex | B9 | 59 | BC | 2 | 35 | 0 | 1A | 12A | 2A | 36 |
| Octal | 271 | 131 | 274 | 2 | 65 | 0 | 32 | 452 | 52 | 66 |
| Binary | 10111001 | 1011001 | 10111100 | 10 | 110101 | 0 | 11010 | 100101010 | 101010 | 110110 |
Color Harmonies of #B959BC
Complementary color
Monochromatic Colors of #B959BC
Black with #B959BC
Text Example
Text Example
White with #B959BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959BC; }
p { color: rgb(185,89,188); }
H1.HeaderClassName
{
color: #B959BC;
}
.AnyTagClassName
{
color: #B959BC;
}
</style>
background-color css
<style>
a { background-color: #B959BC; }
a { background-color: rgb(185,89,188); }
div.DivClassName
{
background-color: #B959BC;
}
.BgClassName
{
background-color: #B959BC;
}
</style>
border-color css
<style>
span { border-color: #B959BC; }
span { border-color: rgb(185,89,188); }
td.TdClassName
{
border-color: #B959BC;
}
.TagClassName
{
border-color: #B959BC;
}
</style>