Shades of Deep Magenta #BD14CA
Tints of Deep Magenta #BD14CA
RGB
CMYK
RGB Variations
Color information
#BD14CA (or 0xBD14CA) is known color: Deep Magenta. HEX triplet: BD, 14 and CA. RGB value is (189,20,202). Sum of RGB (Red+Green+Blue) = 189+20+202=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD14CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14CA is #42EB35. Grayscale: #5A5A5A. Windows color (decimal): -4385590 or 13243581. OLE color: 13243581.
HSL color Cylindrical-coordinate representation of color #BD14CA: hue angle of 295.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD14CA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 20 | 202 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.21 |
| HSL | 295.71º | 0.82% | 0.44% | - |
| HSV(B) | 295.71º | 0.9% | 0.79% | - |
| XYZ | 31.9 | 15.58 | 57.2 | - |
| YUV | 91.28 | 190.49 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 202 | 0.06 | 0.90 | 0 | 0.21 | 295.71 | 0.82 | 0.44 |
| Hex | BD | 14 | CA | 6 | 5A | 0 | 15 | 128 | 52 | 2C |
| Octal | 275 | 24 | 312 | 6 | 132 | 0 | 25 | 450 | 122 | 54 |
| Binary | 10111101 | 10100 | 11001010 | 110 | 1011010 | 0 | 10101 | 100101000 | 1010010 | 101100 |
Color Harmonies of #BD14CA
Complementary color
Monochromatic Colors of #BD14CA
Black with #BD14CA
Text Example
Text Example
White with #BD14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14CA; }
p { color: rgb(189,20,202); }
H1.HeaderClassName
{
color: #BD14CA;
}
.AnyTagClassName
{
color: #BD14CA;
}
</style>
background-color css
<style>
a { background-color: #BD14CA; }
a { background-color: rgb(189,20,202); }
div.DivClassName
{
background-color: #BD14CA;
}
.BgClassName
{
background-color: #BD14CA;
}
</style>
border-color css
<style>
span { border-color: #BD14CA; }
span { border-color: rgb(189,20,202); }
td.TdClassName
{
border-color: #BD14CA;
}
.TagClassName
{
border-color: #BD14CA;
}
</style>