Shades of Fuchsia #B860AD
Tints of Fuchsia #B860AD
RGB
CMYK
RGB Variations
Color information
#B860AD (or 0xB860AD) is known color: Fuchsia. HEX triplet: B8, 60 and AD. RGB value is (184,96,173). Sum of RGB (Red+Green+Blue) = 184+96+173=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B860AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860AD is #479F52. Grayscale: #828282. Windows color (decimal): -4693843 or 11362488. OLE color: 11362488.
HSL color Cylindrical-coordinate representation of color #B860AD: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B860AD is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 173 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.28 |
| HSL | 307.5º | 0.38% | 0.55% | - |
| HSV(B) | 307.5º | 0.48% | 0.72% | - |
| XYZ | 31.49 | 21.57 | 42.04 | - |
| YUV | 131.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 173 | 0 | 0.48 | 0.06 | 0.28 | 307.5 | 0.38 | 0.55 |
| Hex | B8 | 60 | AD | 0 | 30 | 6 | 1C | 134 | 26 | 37 |
| Octal | 270 | 140 | 255 | 0 | 60 | 6 | 34 | 464 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10101101 | 0 | 110000 | 110 | 11100 | 100110100 | 100110 | 110111 |
Color Harmonies of #B860AD
Complementary color
Monochromatic Colors of #B860AD
Black with #B860AD
Text Example
Text Example
White with #B860AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860AD; }
p { color: rgb(184,96,173); }
H1.HeaderClassName
{
color: #B860AD;
}
.AnyTagClassName
{
color: #B860AD;
}
</style>
background-color css
<style>
a { background-color: #B860AD; }
a { background-color: rgb(184,96,173); }
div.DivClassName
{
background-color: #B860AD;
}
.BgClassName
{
background-color: #B860AD;
}
</style>
border-color css
<style>
span { border-color: #B860AD; }
span { border-color: rgb(184,96,173); }
td.TdClassName
{
border-color: #B860AD;
}
.TagClassName
{
border-color: #B860AD;
}
</style>