Shades of Fuchsia #B860BC
Tints of Fuchsia #B860BC
RGB
CMYK
RGB Variations
Color information
#B860BC (or 0xB860BC) is known color: Fuchsia. HEX triplet: B8, 60 and BC. RGB value is (184,96,188). Sum of RGB (Red+Green+Blue) = 184+96+188=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #B860BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860BC is #479F43. Grayscale: #848484. Windows color (decimal): -4693828 or 12345528. OLE color: 12345528.
HSL color Cylindrical-coordinate representation of color #B860BC: hue angle of 297.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B860BC is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 96 | 188 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.26 |
| HSL | 297.39º | 0.41% | 0.56% | - |
| HSV(B) | 297.39º | 0.49% | 0.74% | - |
| XYZ | 33.03 | 22.19 | 50.12 | - |
| YUV | 132.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 188 | 0.02 | 0.49 | 0 | 0.26 | 297.39 | 0.41 | 0.56 |
| Hex | B8 | 60 | BC | 2 | 31 | 0 | 1A | 129 | 29 | 38 |
| Octal | 270 | 140 | 274 | 2 | 61 | 0 | 32 | 451 | 51 | 70 |
| Binary | 10111000 | 1100000 | 10111100 | 10 | 110001 | 0 | 11010 | 100101001 | 101001 | 111000 |
Color Harmonies of #B860BC
Complementary color
Monochromatic Colors of #B860BC
Black with #B860BC
Text Example
Text Example
White with #B860BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860BC; }
p { color: rgb(184,96,188); }
H1.HeaderClassName
{
color: #B860BC;
}
.AnyTagClassName
{
color: #B860BC;
}
</style>
background-color css
<style>
a { background-color: #B860BC; }
a { background-color: rgb(184,96,188); }
div.DivClassName
{
background-color: #B860BC;
}
.BgClassName
{
background-color: #B860BC;
}
</style>
border-color css
<style>
span { border-color: #B860BC; }
span { border-color: rgb(184,96,188); }
td.TdClassName
{
border-color: #B860BC;
}
.TagClassName
{
border-color: #B860BC;
}
</style>