Shades of Deep Magenta #B812CD
Tints of Deep Magenta #B812CD
RGB
CMYK
RGB Variations
Color information
#B812CD (or 0xB812CD) is known color: Deep Magenta. HEX triplet: B8, 12 and CD. RGB value is (184,18,205). Sum of RGB (Red+Green+Blue) = 184+18+205=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #B812CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812CD is #47ED32. Grayscale: #585858. Windows color (decimal): -4713779 or 13439672. OLE color: 13439672.
HSL color Cylindrical-coordinate representation of color #B812CD: hue angle of 293.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B812CD is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 18 | 205 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.20 |
| HSL | 293.26º | 0.84% | 0.44% | - |
| HSV(B) | 293.26º | 0.91% | 0.8% | - |
| XYZ | 31 | 15.03 | 59.02 | - |
| YUV | 88.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 205 | 0.10 | 0.91 | 0 | 0.20 | 293.26 | 0.84 | 0.44 |
| Hex | B8 | 12 | CD | A | 5B | 0 | 14 | 125 | 54 | 2C |
| Octal | 270 | 22 | 315 | 12 | 133 | 0 | 24 | 445 | 124 | 54 |
| Binary | 10111000 | 10010 | 11001101 | 1010 | 1011011 | 0 | 10100 | 100100101 | 1010100 | 101100 |
Color Harmonies of #B812CD
Complementary color
Monochromatic Colors of #B812CD
Black with #B812CD
Text Example
Text Example
White with #B812CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812CD; }
p { color: rgb(184,18,205); }
H1.HeaderClassName
{
color: #B812CD;
}
.AnyTagClassName
{
color: #B812CD;
}
</style>
background-color css
<style>
a { background-color: #B812CD; }
a { background-color: rgb(184,18,205); }
div.DivClassName
{
background-color: #B812CD;
}
.BgClassName
{
background-color: #B812CD;
}
</style>
border-color css
<style>
span { border-color: #B812CD; }
span { border-color: rgb(184,18,205); }
td.TdClassName
{
border-color: #B812CD;
}
.TagClassName
{
border-color: #B812CD;
}
</style>