Shades of Deep Magenta #BD15CB
Tints of Deep Magenta #BD15CB
RGB
CMYK
RGB Variations
Color information
#BD15CB (or 0xBD15CB) is known color: Deep Magenta. HEX triplet: BD, 15 and CB. RGB value is (189,21,203). Sum of RGB (Red+Green+Blue) = 189+21+203=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD15CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15CB is #42EA34. Grayscale: #5B5B5B. Windows color (decimal): -4385333 or 13309373. OLE color: 13309373.
HSL color Cylindrical-coordinate representation of color #BD15CB: hue angle of 295.38º 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 #BD15CB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 21 | 203 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.20 |
| HSL | 295.38º | 0.81% | 0.44% | - |
| HSV(B) | 295.38º | 0.9% | 0.8% | - |
| XYZ | 32.03 | 15.67 | 57.84 | - |
| YUV | 91.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 203 | 0.07 | 0.90 | 0 | 0.20 | 295.38 | 0.81 | 0.44 |
| Hex | BD | 15 | CB | 7 | 5A | 0 | 14 | 127 | 51 | 2C |
| Octal | 275 | 25 | 313 | 7 | 132 | 0 | 24 | 447 | 121 | 54 |
| Binary | 10111101 | 10101 | 11001011 | 111 | 1011010 | 0 | 10100 | 100100111 | 1010001 | 101100 |
Color Harmonies of #BD15CB
Complementary color
Monochromatic Colors of #BD15CB
Black with #BD15CB
Text Example
Text Example
White with #BD15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15CB; }
p { color: rgb(189,21,203); }
H1.HeaderClassName
{
color: #BD15CB;
}
.AnyTagClassName
{
color: #BD15CB;
}
</style>
background-color css
<style>
a { background-color: #BD15CB; }
a { background-color: rgb(189,21,203); }
div.DivClassName
{
background-color: #BD15CB;
}
.BgClassName
{
background-color: #BD15CB;
}
</style>
border-color css
<style>
span { border-color: #BD15CB; }
span { border-color: rgb(189,21,203); }
td.TdClassName
{
border-color: #BD15CB;
}
.TagClassName
{
border-color: #BD15CB;
}
</style>