Shades of Deep Magenta #B810CF
Tints of Deep Magenta #B810CF
RGB
CMYK
RGB Variations
Color information
#B810CF (or 0xB810CF) is known color: Deep Magenta. HEX triplet: B8, 10 and CF. RGB value is (184,16,207). Sum of RGB (Red+Green+Blue) = 184+16+207=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B810CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810CF is #47EF30. Grayscale: #575757. Windows color (decimal): -4714289 or 13570232. OLE color: 13570232.
HSL color Cylindrical-coordinate representation of color #B810CF: hue angle of 292.77º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B810CF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 16 | 207 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.19 |
| HSL | 292.77º | 0.86% | 0.44% | - |
| HSV(B) | 292.77º | 0.92% | 0.81% | - |
| XYZ | 31.21 | 15.07 | 60.29 | - |
| YUV | 88.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 207 | 0.11 | 0.92 | 0 | 0.19 | 292.77 | 0.86 | 0.44 |
| Hex | B8 | 10 | CF | B | 5C | 0 | 13 | 125 | 56 | 2C |
| Octal | 270 | 20 | 317 | 13 | 134 | 0 | 23 | 445 | 126 | 54 |
| Binary | 10111000 | 10000 | 11001111 | 1011 | 1011100 | 0 | 10011 | 100100101 | 1010110 | 101100 |
Color Harmonies of #B810CF
Complementary color
Monochromatic Colors of #B810CF
Black with #B810CF
Text Example
Text Example
White with #B810CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810CF; }
p { color: rgb(184,16,207); }
H1.HeaderClassName
{
color: #B810CF;
}
.AnyTagClassName
{
color: #B810CF;
}
</style>
background-color css
<style>
a { background-color: #B810CF; }
a { background-color: rgb(184,16,207); }
div.DivClassName
{
background-color: #B810CF;
}
.BgClassName
{
background-color: #B810CF;
}
</style>
border-color css
<style>
span { border-color: #B810CF; }
span { border-color: rgb(184,16,207); }
td.TdClassName
{
border-color: #B810CF;
}
.TagClassName
{
border-color: #B810CF;
}
</style>