Shades of Deep Magenta #B512CD
Tints of Deep Magenta #B512CD
RGB
CMYK
RGB Variations
Color information
#B512CD (or 0xB512CD) is known color: Deep Magenta. HEX triplet: B5, 12 and CD. RGB value is (181,18,205). Sum of RGB (Red+Green+Blue) = 181+18+205=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #B512CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512CD is #4AED32. Grayscale: #575757. Windows color (decimal): -4910387 or 13439669. OLE color: 13439669.
HSL color Cylindrical-coordinate representation of color #B512CD: hue angle of 292.3º 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 #B512CD is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 18 | 205 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.20 |
| HSL | 292.3º | 0.84% | 0.44% | - |
| HSV(B) | 292.3º | 0.91% | 0.8% | - |
| XYZ | 30.29 | 14.66 | 58.99 | - |
| YUV | 88.06 | 194 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 205 | 0.12 | 0.91 | 0 | 0.20 | 292.3 | 0.84 | 0.44 |
| Hex | B5 | 12 | CD | C | 5B | 0 | 14 | 124 | 54 | 2C |
| Octal | 265 | 22 | 315 | 14 | 133 | 0 | 24 | 444 | 124 | 54 |
| Binary | 10110101 | 10010 | 11001101 | 1100 | 1011011 | 0 | 10100 | 100100100 | 1010100 | 101100 |
Color Harmonies of #B512CD
Complementary color
Monochromatic Colors of #B512CD
Black with #B512CD
Text Example
Text Example
White with #B512CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512CD; }
p { color: rgb(181,18,205); }
H1.HeaderClassName
{
color: #B512CD;
}
.AnyTagClassName
{
color: #B512CD;
}
</style>
background-color css
<style>
a { background-color: #B512CD; }
a { background-color: rgb(181,18,205); }
div.DivClassName
{
background-color: #B512CD;
}
.BgClassName
{
background-color: #B512CD;
}
</style>
border-color css
<style>
span { border-color: #B512CD; }
span { border-color: rgb(181,18,205); }
td.TdClassName
{
border-color: #B512CD;
}
.TagClassName
{
border-color: #B512CD;
}
</style>