Shades of Deep Magenta #B512CC
Tints of Deep Magenta #B512CC
RGB
CMYK
RGB Variations
Color information
#B512CC (or 0xB512CC) is known color: Deep Magenta. HEX triplet: B5, 12 and CC. RGB value is (181,18,204). Sum of RGB (Red+Green+Blue) = 181+18+204=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #B512CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512CC is #4AED33. Grayscale: #575757. Windows color (decimal): -4910388 or 13374133. OLE color: 13374133.
HSL color Cylindrical-coordinate representation of color #B512CC: hue angle of 292.58º 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 #B512CC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 18 | 204 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.2 |
| HSL | 292.58º | 0.84% | 0.44% | - |
| HSV(B) | 292.58º | 0.91% | 0.8% | - |
| XYZ | 30.17 | 14.62 | 58.36 | - |
| YUV | 87.94 | 193.5 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 204 | 0.11 | 0.91 | 0 | 0.2 | 292.58 | 0.84 | 0.44 |
| Hex | B5 | 12 | CC | B | 5B | 0 | 14 | 125 | 54 | 2C |
| Octal | 265 | 22 | 314 | 13 | 133 | 0 | 24 | 445 | 124 | 54 |
| Binary | 10110101 | 10010 | 11001100 | 1011 | 1011011 | 0 | 10100 | 100100101 | 1010100 | 101100 |
Color Harmonies of #B512CC
Complementary color
Monochromatic Colors of #B512CC
Black with #B512CC
Text Example
Text Example
White with #B512CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512CC; }
p { color: rgb(181,18,204); }
H1.HeaderClassName
{
color: #B512CC;
}
.AnyTagClassName
{
color: #B512CC;
}
</style>
background-color css
<style>
a { background-color: #B512CC; }
a { background-color: rgb(181,18,204); }
div.DivClassName
{
background-color: #B512CC;
}
.BgClassName
{
background-color: #B512CC;
}
</style>
border-color css
<style>
span { border-color: #B512CC; }
span { border-color: rgb(181,18,204); }
td.TdClassName
{
border-color: #B512CC;
}
.TagClassName
{
border-color: #B512CC;
}
</style>