Shades of Deep Magenta #B813CB
Tints of Deep Magenta #B813CB
RGB
CMYK
RGB Variations
Color information
#B813CB (or 0xB813CB) is known color: Deep Magenta. HEX triplet: B8, 13 and CB. RGB value is (184,19,203). Sum of RGB (Red+Green+Blue) = 184+19+203=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #B813CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B813CB is #47EC34. Grayscale: #585858. Windows color (decimal): -4713525 or 13308856. OLE color: 13308856.
HSL color Cylindrical-coordinate representation of color #B813CB: hue angle of 293.8º 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 #B813CB is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 19 | 203 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.20 |
| HSL | 293.8º | 0.83% | 0.44% | - |
| HSV(B) | 293.8º | 0.91% | 0.8% | - |
| XYZ | 30.78 | 14.97 | 57.77 | - |
| YUV | 89.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 203 | 0.09 | 0.91 | 0 | 0.20 | 293.8 | 0.83 | 0.44 |
| Hex | B8 | 13 | CB | 9 | 5B | 0 | 14 | 126 | 53 | 2C |
| Octal | 270 | 23 | 313 | 11 | 133 | 0 | 24 | 446 | 123 | 54 |
| Binary | 10111000 | 10011 | 11001011 | 1001 | 1011011 | 0 | 10100 | 100100110 | 1010011 | 101100 |
Color Harmonies of #B813CB
Complementary color
Monochromatic Colors of #B813CB
Black with #B813CB
Text Example
Text Example
White with #B813CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813CB; }
p { color: rgb(184,19,203); }
H1.HeaderClassName
{
color: #B813CB;
}
.AnyTagClassName
{
color: #B813CB;
}
</style>
background-color css
<style>
a { background-color: #B813CB; }
a { background-color: rgb(184,19,203); }
div.DivClassName
{
background-color: #B813CB;
}
.BgClassName
{
background-color: #B813CB;
}
</style>
border-color css
<style>
span { border-color: #B813CB; }
span { border-color: rgb(184,19,203); }
td.TdClassName
{
border-color: #B813CB;
}
.TagClassName
{
border-color: #B813CB;
}
</style>