Shades of Deep Magenta #B812CF
Tints of Deep Magenta #B812CF
RGB
CMYK
RGB Variations
Color information
#B812CF (or 0xB812CF) is known color: Deep Magenta. HEX triplet: B8, 12 and CF. RGB value is (184,18,207). Sum of RGB (Red+Green+Blue) = 184+18+207=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B812CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812CF is #47ED30. Grayscale: #585858. Windows color (decimal): -4713777 or 13570744. OLE color: 13570744.
HSL color Cylindrical-coordinate representation of color #B812CF: hue angle of 292.7º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B812CF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 18 | 207 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.19 |
| HSL | 292.7º | 0.84% | 0.44% | - |
| HSV(B) | 292.7º | 0.91% | 0.81% | - |
| XYZ | 31.25 | 15.13 | 60.3 | - |
| YUV | 89.18 | 194.5 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 207 | 0.11 | 0.91 | 0 | 0.19 | 292.7 | 0.84 | 0.44 |
| Hex | B8 | 12 | CF | B | 5B | 0 | 13 | 125 | 54 | 2C |
| Octal | 270 | 22 | 317 | 13 | 133 | 0 | 23 | 445 | 124 | 54 |
| Binary | 10111000 | 10010 | 11001111 | 1011 | 1011011 | 0 | 10011 | 100100101 | 1010100 | 101100 |
Color Harmonies of #B812CF
Complementary color
Monochromatic Colors of #B812CF
Black with #B812CF
Text Example
Text Example
White with #B812CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812CF; }
p { color: rgb(184,18,207); }
H1.HeaderClassName
{
color: #B812CF;
}
.AnyTagClassName
{
color: #B812CF;
}
</style>
background-color css
<style>
a { background-color: #B812CF; }
a { background-color: rgb(184,18,207); }
div.DivClassName
{
background-color: #B812CF;
}
.BgClassName
{
background-color: #B812CF;
}
</style>
border-color css
<style>
span { border-color: #B812CF; }
span { border-color: rgb(184,18,207); }
td.TdClassName
{
border-color: #B812CF;
}
.TagClassName
{
border-color: #B812CF;
}
</style>