Shades of Fuchsia #B860C0
Tints of Fuchsia #B860C0
RGB
CMYK
RGB Variations
Color information
#B860C0 (or 0xB860C0) is known color: Fuchsia. HEX triplet: B8, 60 and C0. RGB value is (184,96,192). Sum of RGB (Red+Green+Blue) = 184+96+192=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #B860C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860C0 is #479F3F. Grayscale: #848484. Windows color (decimal): -4693824 or 12607672. OLE color: 12607672.
HSL color Cylindrical-coordinate representation of color #B860C0: hue angle of 295º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B860C0 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 96 | 192 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.25 |
| HSL | 295º | 0.43% | 0.56% | - |
| HSV(B) | 295º | 0.5% | 0.75% | - |
| XYZ | 33.46 | 22.36 | 52.42 | - |
| YUV | 133.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 192 | 0.04 | 0.50 | 0 | 0.25 | 295 | 0.43 | 0.56 |
| Hex | B8 | 60 | C0 | 4 | 32 | 0 | 19 | 127 | 2B | 38 |
| Octal | 270 | 140 | 300 | 4 | 62 | 0 | 31 | 447 | 53 | 70 |
| Binary | 10111000 | 1100000 | 11000000 | 100 | 110010 | 0 | 11001 | 100100111 | 101011 | 111000 |
Color Harmonies of #B860C0
Complementary color
Monochromatic Colors of #B860C0
Black with #B860C0
Text Example
Text Example
White with #B860C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860C0; }
p { color: rgb(184,96,192); }
H1.HeaderClassName
{
color: #B860C0;
}
.AnyTagClassName
{
color: #B860C0;
}
</style>
background-color css
<style>
a { background-color: #B860C0; }
a { background-color: rgb(184,96,192); }
div.DivClassName
{
background-color: #B860C0;
}
.BgClassName
{
background-color: #B860C0;
}
</style>
border-color css
<style>
span { border-color: #B860C0; }
span { border-color: rgb(184,96,192); }
td.TdClassName
{
border-color: #B860C0;
}
.TagClassName
{
border-color: #B860C0;
}
</style>