Shades of Fuchsia #B96FC0
Tints of Fuchsia #B96FC0
RGB
CMYK
RGB Variations
Color information
#B96FC0 (or 0xB96FC0) is known color: Fuchsia. HEX triplet: B9, 6F and C0. RGB value is (185,111,192). Sum of RGB (Red+Green+Blue) = 185+111+192=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #B96FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FC0 is #46903F. Grayscale: #8E8E8E. Windows color (decimal): -4624448 or 12611513. OLE color: 12611513.
HSL color Cylindrical-coordinate representation of color #B96FC0: hue angle of 294.81º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96FC0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 111 | 192 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.25 |
| HSL | 294.81º | 0.39% | 0.59% | - |
| HSV(B) | 294.81º | 0.42% | 0.75% | - |
| XYZ | 35.21 | 25.49 | 52.93 | - |
| YUV | 142.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 192 | 0.04 | 0.42 | 0 | 0.25 | 294.81 | 0.39 | 0.59 |
| Hex | B9 | 6F | C0 | 4 | 2A | 0 | 19 | 127 | 27 | 3B |
| Octal | 271 | 157 | 300 | 4 | 52 | 0 | 31 | 447 | 47 | 73 |
| Binary | 10111001 | 1101111 | 11000000 | 100 | 101010 | 0 | 11001 | 100100111 | 100111 | 111011 |
Color Harmonies of #B96FC0
Complementary color
Monochromatic Colors of #B96FC0
Black with #B96FC0
Text Example
Text Example
White with #B96FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FC0; }
p { color: rgb(185,111,192); }
H1.HeaderClassName
{
color: #B96FC0;
}
.AnyTagClassName
{
color: #B96FC0;
}
</style>
background-color css
<style>
a { background-color: #B96FC0; }
a { background-color: rgb(185,111,192); }
div.DivClassName
{
background-color: #B96FC0;
}
.BgClassName
{
background-color: #B96FC0;
}
</style>
border-color css
<style>
span { border-color: #B96FC0; }
span { border-color: rgb(185,111,192); }
td.TdClassName
{
border-color: #B96FC0;
}
.TagClassName
{
border-color: #B96FC0;
}
</style>