Shades of Fuchsia #B860BD
Tints of Fuchsia #B860BD
RGB
CMYK
RGB Variations
Color information
#B860BD (or 0xB860BD) is known color: Fuchsia. HEX triplet: B8, 60 and BD. RGB value is (184,96,189). Sum of RGB (Red+Green+Blue) = 184+96+189=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #B860BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860BD is #479F42. Grayscale: #848484. Windows color (decimal): -4693827 or 12411064. OLE color: 12411064.
HSL color Cylindrical-coordinate representation of color #B860BD: hue angle of 296.77º 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 #B860BD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 96 | 189 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.26 |
| HSL | 296.77º | 0.41% | 0.56% | - |
| HSV(B) | 296.77º | 0.49% | 0.74% | - |
| XYZ | 33.14 | 22.23 | 50.69 | - |
| YUV | 132.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 189 | 0.03 | 0.49 | 0 | 0.26 | 296.77 | 0.41 | 0.56 |
| Hex | B8 | 60 | BD | 3 | 31 | 0 | 1A | 129 | 29 | 38 |
| Octal | 270 | 140 | 275 | 3 | 61 | 0 | 32 | 451 | 51 | 70 |
| Binary | 10111000 | 1100000 | 10111101 | 11 | 110001 | 0 | 11010 | 100101001 | 101001 | 111000 |
Color Harmonies of #B860BD
Complementary color
Monochromatic Colors of #B860BD
Black with #B860BD
Text Example
Text Example
White with #B860BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860BD; }
p { color: rgb(184,96,189); }
H1.HeaderClassName
{
color: #B860BD;
}
.AnyTagClassName
{
color: #B860BD;
}
</style>
background-color css
<style>
a { background-color: #B860BD; }
a { background-color: rgb(184,96,189); }
div.DivClassName
{
background-color: #B860BD;
}
.BgClassName
{
background-color: #B860BD;
}
</style>
border-color css
<style>
span { border-color: #B860BD; }
span { border-color: rgb(184,96,189); }
td.TdClassName
{
border-color: #B860BD;
}
.TagClassName
{
border-color: #B860BD;
}
</style>