Shades of Deep Magenta #B012CB
Tints of Deep Magenta #B012CB
RGB
CMYK
RGB Variations
Color information
#B012CB (or 0xB012CB) is known color: Deep Magenta. HEX triplet: B0, 12 and CB. RGB value is (176,18,203). Sum of RGB (Red+Green+Blue) = 176+18+203=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #B012CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012CB is #4FED34. Grayscale: #555555. Windows color (decimal): -5238069 or 13308592. OLE color: 13308592.
HSL color Cylindrical-coordinate representation of color #B012CB: hue angle of 291.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B012CB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 18 | 203 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.20 |
| HSL | 291.24º | 0.84% | 0.43% | - |
| HSV(B) | 291.24º | 0.91% | 0.8% | - |
| XYZ | 28.9 | 13.97 | 57.67 | - |
| YUV | 86.33 | 193.85 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 203 | 0.13 | 0.91 | 0 | 0.20 | 291.24 | 0.84 | 0.43 |
| Hex | B0 | 12 | CB | D | 5B | 0 | 14 | 123 | 54 | 2B |
| Octal | 260 | 22 | 313 | 15 | 133 | 0 | 24 | 443 | 124 | 53 |
| Binary | 10110000 | 10010 | 11001011 | 1101 | 1011011 | 0 | 10100 | 100100011 | 1010100 | 101011 |
Color Harmonies of #B012CB
Complementary color
Monochromatic Colors of #B012CB
Black with #B012CB
Text Example
Text Example
White with #B012CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012CB; }
p { color: rgb(176,18,203); }
H1.HeaderClassName
{
color: #B012CB;
}
.AnyTagClassName
{
color: #B012CB;
}
</style>
background-color css
<style>
a { background-color: #B012CB; }
a { background-color: rgb(176,18,203); }
div.DivClassName
{
background-color: #B012CB;
}
.BgClassName
{
background-color: #B012CB;
}
</style>
border-color css
<style>
span { border-color: #B012CB; }
span { border-color: rgb(176,18,203); }
td.TdClassName
{
border-color: #B012CB;
}
.TagClassName
{
border-color: #B012CB;
}
</style>