Shades of Deep Magenta #B812D9
Tints of Deep Magenta #B812D9
RGB
CMYK
RGB Variations
Color information
#B812D9 (or 0xB812D9) is known color: Deep Magenta. HEX triplet: B8, 12 and D9. RGB value is (184,18,217). Sum of RGB (Red+Green+Blue) = 184+18+217=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #B812D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812D9 is #47ED26. Grayscale: #595959. Windows color (decimal): -4713767 or 14226104. OLE color: 14226104.
HSL color Cylindrical-coordinate representation of color #B812D9: hue angle of 290.05º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B812D9 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 18 | 217 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.15 |
| HSL | 290.05º | 0.85% | 0.46% | - |
| HSV(B) | 290.05º | 0.92% | 0.85% | - |
| XYZ | 32.51 | 15.63 | 66.95 | - |
| YUV | 90.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 217 | 0.15 | 0.92 | 0 | 0.15 | 290.05 | 0.85 | 0.46 |
| Hex | B8 | 12 | D9 | F | 5C | 0 | F | 122 | 55 | 2E |
| Octal | 270 | 22 | 331 | 17 | 134 | 0 | 17 | 442 | 125 | 56 |
| Binary | 10111000 | 10010 | 11011001 | 1111 | 1011100 | 0 | 1111 | 100100010 | 1010101 | 101110 |
Color Harmonies of #B812D9
Complementary color
Monochromatic Colors of #B812D9
Black with #B812D9
Text Example
Text Example
White with #B812D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812D9; }
p { color: rgb(184,18,217); }
H1.HeaderClassName
{
color: #B812D9;
}
.AnyTagClassName
{
color: #B812D9;
}
</style>
background-color css
<style>
a { background-color: #B812D9; }
a { background-color: rgb(184,18,217); }
div.DivClassName
{
background-color: #B812D9;
}
.BgClassName
{
background-color: #B812D9;
}
</style>
border-color css
<style>
span { border-color: #B812D9; }
span { border-color: rgb(184,18,217); }
td.TdClassName
{
border-color: #B812D9;
}
.TagClassName
{
border-color: #B812D9;
}
</style>