Shades of Deep Magenta #B815CB
Tints of Deep Magenta #B815CB
RGB
CMYK
RGB Variations
Color information
#B815CB (or 0xB815CB) is known color: Deep Magenta. HEX triplet: B8, 15 and CB. RGB value is (184,21,203). Sum of RGB (Red+Green+Blue) = 184+21+203=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #B815CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815CB is #47EA34. Grayscale: #595959. Windows color (decimal): -4713013 or 13309368. OLE color: 13309368.
HSL color Cylindrical-coordinate representation of color #B815CB: hue angle of 293.74º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B815CB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 21 | 203 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.20 |
| HSL | 293.74º | 0.81% | 0.44% | - |
| HSV(B) | 293.74º | 0.9% | 0.8% | - |
| XYZ | 30.81 | 15.04 | 57.78 | - |
| YUV | 90.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 203 | 0.09 | 0.90 | 0 | 0.20 | 293.74 | 0.81 | 0.44 |
| Hex | B8 | 15 | CB | 9 | 5A | 0 | 14 | 126 | 51 | 2C |
| Octal | 270 | 25 | 313 | 11 | 132 | 0 | 24 | 446 | 121 | 54 |
| Binary | 10111000 | 10101 | 11001011 | 1001 | 1011010 | 0 | 10100 | 100100110 | 1010001 | 101100 |
Color Harmonies of #B815CB
Complementary color
Monochromatic Colors of #B815CB
Black with #B815CB
Text Example
Text Example
White with #B815CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815CB; }
p { color: rgb(184,21,203); }
H1.HeaderClassName
{
color: #B815CB;
}
.AnyTagClassName
{
color: #B815CB;
}
</style>
background-color css
<style>
a { background-color: #B815CB; }
a { background-color: rgb(184,21,203); }
div.DivClassName
{
background-color: #B815CB;
}
.BgClassName
{
background-color: #B815CB;
}
</style>
border-color css
<style>
span { border-color: #B815CB; }
span { border-color: rgb(184,21,203); }
td.TdClassName
{
border-color: #B815CB;
}
.TagClassName
{
border-color: #B815CB;
}
</style>