Shades of Deep Magenta #B812D6
Tints of Deep Magenta #B812D6
RGB
CMYK
RGB Variations
Color information
#B812D6 (or 0xB812D6) is known color: Deep Magenta. HEX triplet: B8, 12 and D6. RGB value is (184,18,214). Sum of RGB (Red+Green+Blue) = 184+18+214=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #B812D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812D6 is #47ED29. Grayscale: #595959. Windows color (decimal): -4713770 or 14029496. OLE color: 14029496.
HSL color Cylindrical-coordinate representation of color #B812D6: hue angle of 290.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B812D6 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 18 | 214 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.16 |
| HSL | 290.82º | 0.84% | 0.45% | - |
| HSV(B) | 290.82º | 0.92% | 0.84% | - |
| XYZ | 32.12 | 15.48 | 64.91 | - |
| YUV | 89.98 | 198 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 214 | 0.14 | 0.92 | 0 | 0.16 | 290.82 | 0.84 | 0.45 |
| Hex | B8 | 12 | D6 | E | 5C | 0 | 10 | 123 | 54 | 2D |
| Octal | 270 | 22 | 326 | 16 | 134 | 0 | 20 | 443 | 124 | 55 |
| Binary | 10111000 | 10010 | 11010110 | 1110 | 1011100 | 0 | 10000 | 100100011 | 1010100 | 101101 |
Color Harmonies of #B812D6
Complementary color
Monochromatic Colors of #B812D6
Black with #B812D6
Text Example
Text Example
White with #B812D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812D6; }
p { color: rgb(184,18,214); }
H1.HeaderClassName
{
color: #B812D6;
}
.AnyTagClassName
{
color: #B812D6;
}
</style>
background-color css
<style>
a { background-color: #B812D6; }
a { background-color: rgb(184,18,214); }
div.DivClassName
{
background-color: #B812D6;
}
.BgClassName
{
background-color: #B812D6;
}
</style>
border-color css
<style>
span { border-color: #B812D6; }
span { border-color: rgb(184,18,214); }
td.TdClassName
{
border-color: #B812D6;
}
.TagClassName
{
border-color: #B812D6;
}
</style>