Shades of Deep Magenta #BD14CB
Tints of Deep Magenta #BD14CB
RGB
CMYK
RGB Variations
Color information
#BD14CB (or 0xBD14CB) is known color: Deep Magenta. HEX triplet: BD, 14 and CB. RGB value is (189,20,203). Sum of RGB (Red+Green+Blue) = 189+20+203=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD14CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14CB is #42EB34. Grayscale: #5A5A5A. Windows color (decimal): -4385589 or 13309117. OLE color: 13309117.
HSL color Cylindrical-coordinate representation of color #BD14CB: hue angle of 295.41º degrees, saturation: 0.82, 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 #BD14CB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 20 | 203 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.20 |
| HSL | 295.41º | 0.82% | 0.44% | - |
| HSV(B) | 295.41º | 0.9% | 0.8% | - |
| XYZ | 32.02 | 15.63 | 57.83 | - |
| YUV | 91.39 | 190.99 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 203 | 0.07 | 0.90 | 0 | 0.20 | 295.41 | 0.82 | 0.44 |
| Hex | BD | 14 | CB | 7 | 5A | 0 | 14 | 127 | 52 | 2C |
| Octal | 275 | 24 | 313 | 7 | 132 | 0 | 24 | 447 | 122 | 54 |
| Binary | 10111101 | 10100 | 11001011 | 111 | 1011010 | 0 | 10100 | 100100111 | 1010010 | 101100 |
Color Harmonies of #BD14CB
Complementary color
Monochromatic Colors of #BD14CB
Black with #BD14CB
Text Example
Text Example
White with #BD14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14CB; }
p { color: rgb(189,20,203); }
H1.HeaderClassName
{
color: #BD14CB;
}
.AnyTagClassName
{
color: #BD14CB;
}
</style>
background-color css
<style>
a { background-color: #BD14CB; }
a { background-color: rgb(189,20,203); }
div.DivClassName
{
background-color: #BD14CB;
}
.BgClassName
{
background-color: #BD14CB;
}
</style>
border-color css
<style>
span { border-color: #BD14CB; }
span { border-color: rgb(189,20,203); }
td.TdClassName
{
border-color: #BD14CB;
}
.TagClassName
{
border-color: #BD14CB;
}
</style>