Shades of Deep Magenta #B013CB
Tints of Deep Magenta #B013CB
RGB
CMYK
RGB Variations
Color information
#B013CB (or 0xB013CB) is known color: Deep Magenta. HEX triplet: B0, 13 and CB. RGB value is (176,19,203). Sum of RGB (Red+Green+Blue) = 176+19+203=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #B013CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013CB is #4FEC34. Grayscale: #565656. Windows color (decimal): -5237813 or 13308848. OLE color: 13308848.
HSL color Cylindrical-coordinate representation of color #B013CB: hue angle of 291.2º degrees, saturation: 0.83, 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 #B013CB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 19 | 203 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.20 |
| HSL | 291.2º | 0.83% | 0.44% | - |
| HSV(B) | 291.2º | 0.91% | 0.8% | - |
| XYZ | 28.92 | 14.01 | 57.68 | - |
| YUV | 86.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 203 | 0.13 | 0.91 | 0 | 0.20 | 291.2 | 0.83 | 0.44 |
| Hex | B0 | 13 | CB | D | 5B | 0 | 14 | 123 | 53 | 2C |
| Octal | 260 | 23 | 313 | 15 | 133 | 0 | 24 | 443 | 123 | 54 |
| Binary | 10110000 | 10011 | 11001011 | 1101 | 1011011 | 0 | 10100 | 100100011 | 1010011 | 101100 |
Color Harmonies of #B013CB
Complementary color
Monochromatic Colors of #B013CB
Black with #B013CB
Text Example
Text Example
White with #B013CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B013CB; }
p { color: rgb(176,19,203); }
H1.HeaderClassName
{
color: #B013CB;
}
.AnyTagClassName
{
color: #B013CB;
}
</style>
background-color css
<style>
a { background-color: #B013CB; }
a { background-color: rgb(176,19,203); }
div.DivClassName
{
background-color: #B013CB;
}
.BgClassName
{
background-color: #B013CB;
}
</style>
border-color css
<style>
span { border-color: #B013CB; }
span { border-color: rgb(176,19,203); }
td.TdClassName
{
border-color: #B013CB;
}
.TagClassName
{
border-color: #B013CB;
}
</style>