Shades of Deep Magenta #B513CB
Tints of Deep Magenta #B513CB
RGB
CMYK
RGB Variations
Color information
#B513CB (or 0xB513CB) is known color: Deep Magenta. HEX triplet: B5, 13 and CB. RGB value is (181,19,203). Sum of RGB (Red+Green+Blue) = 181+19+203=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #B513CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513CB is #4AEC34. Grayscale: #575757. Windows color (decimal): -4910133 or 13308853. OLE color: 13308853.
HSL color Cylindrical-coordinate representation of color #B513CB: hue angle of 292.83º 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 #B513CB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 19 | 203 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.20 |
| HSL | 292.83º | 0.83% | 0.44% | - |
| HSV(B) | 292.83º | 0.91% | 0.8% | - |
| XYZ | 30.07 | 14.6 | 57.73 | - |
| YUV | 88.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 203 | 0.11 | 0.91 | 0 | 0.20 | 292.83 | 0.83 | 0.44 |
| Hex | B5 | 13 | CB | B | 5B | 0 | 14 | 125 | 53 | 2C |
| Octal | 265 | 23 | 313 | 13 | 133 | 0 | 24 | 445 | 123 | 54 |
| Binary | 10110101 | 10011 | 11001011 | 1011 | 1011011 | 0 | 10100 | 100100101 | 1010011 | 101100 |
Color Harmonies of #B513CB
Complementary color
Monochromatic Colors of #B513CB
Black with #B513CB
Text Example
Text Example
White with #B513CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B513CB; }
p { color: rgb(181,19,203); }
H1.HeaderClassName
{
color: #B513CB;
}
.AnyTagClassName
{
color: #B513CB;
}
</style>
background-color css
<style>
a { background-color: #B513CB; }
a { background-color: rgb(181,19,203); }
div.DivClassName
{
background-color: #B513CB;
}
.BgClassName
{
background-color: #B513CB;
}
</style>
border-color css
<style>
span { border-color: #B513CB; }
span { border-color: rgb(181,19,203); }
td.TdClassName
{
border-color: #B513CB;
}
.TagClassName
{
border-color: #B513CB;
}
</style>