Shades of Fuchsia #B860B7
Tints of Fuchsia #B860B7
RGB
CMYK
RGB Variations
Color information
#B860B7 (or 0xB860B7) is known color: Fuchsia. HEX triplet: B8, 60 and B7. RGB value is (184,96,183). Sum of RGB (Red+Green+Blue) = 184+96+183=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B860B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860B7 is #479F48. Grayscale: #838383. Windows color (decimal): -4693833 or 12017848. OLE color: 12017848.
HSL color Cylindrical-coordinate representation of color #B860B7: hue angle of 300.68º 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 #B860B7 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 183 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.28 |
| HSL | 300.68º | 0.38% | 0.55% | - |
| HSV(B) | 300.68º | 0.48% | 0.72% | - |
| XYZ | 32.5 | 21.97 | 47.33 | - |
| YUV | 132.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 183 | 0 | 0.48 | 0.01 | 0.28 | 300.68 | 0.38 | 0.55 |
| Hex | B8 | 60 | B7 | 0 | 30 | 1 | 1C | 12D | 26 | 37 |
| Octal | 270 | 140 | 267 | 0 | 60 | 1 | 34 | 455 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10110111 | 0 | 110000 | 1 | 11100 | 100101101 | 100110 | 110111 |
Color Harmonies of #B860B7
Complementary color
Monochromatic Colors of #B860B7
Black with #B860B7
Text Example
Text Example
White with #B860B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860B7; }
p { color: rgb(184,96,183); }
H1.HeaderClassName
{
color: #B860B7;
}
.AnyTagClassName
{
color: #B860B7;
}
</style>
background-color css
<style>
a { background-color: #B860B7; }
a { background-color: rgb(184,96,183); }
div.DivClassName
{
background-color: #B860B7;
}
.BgClassName
{
background-color: #B860B7;
}
</style>
border-color css
<style>
span { border-color: #B860B7; }
span { border-color: rgb(184,96,183); }
td.TdClassName
{
border-color: #B860B7;
}
.TagClassName
{
border-color: #B860B7;
}
</style>