Shades of Deep Magenta #BD01CA
Tints of Deep Magenta #BD01CA
RGB
CMYK
RGB Variations
Color information
#BD01CA (or 0xBD01CA) is known color: Deep Magenta. HEX triplet: BD, 01 and CA. RGB value is (189,1,202). Sum of RGB (Red+Green+Blue) = 189+1+202=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD01CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01CA is #42FE35. Grayscale: #4F4F4F. Windows color (decimal): -4390454 or 13238717. OLE color: 13238717.
HSL color Cylindrical-coordinate representation of color #BD01CA: hue angle of 296.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01CA is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 1 | 202 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.21 |
| HSL | 296.12º | 0.99% | 0.4% | - |
| HSV(B) | 296.12º | 1% | 0.79% | - |
| XYZ | 31.66 | 15.1 | 57.12 | - |
| YUV | 80.13 | 196.78 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 202 | 0.06 | 1.00 | 0 | 0.21 | 296.12 | 0.99 | 0.4 |
| Hex | BD | 1 | CA | 6 | 64 | 0 | 15 | 128 | 63 | 28 |
| Octal | 275 | 1 | 312 | 6 | 144 | 0 | 25 | 450 | 143 | 50 |
| Binary | 10111101 | 1 | 11001010 | 110 | 1100100 | 0 | 10101 | 100101000 | 1100011 | 101000 |
Color Harmonies of #BD01CA
Complementary color
Monochromatic Colors of #BD01CA
Black with #BD01CA
Text Example
Text Example
White with #BD01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01CA; }
p { color: rgb(189,1,202); }
H1.HeaderClassName
{
color: #BD01CA;
}
.AnyTagClassName
{
color: #BD01CA;
}
</style>
background-color css
<style>
a { background-color: #BD01CA; }
a { background-color: rgb(189,1,202); }
div.DivClassName
{
background-color: #BD01CA;
}
.BgClassName
{
background-color: #BD01CA;
}
</style>
border-color css
<style>
span { border-color: #BD01CA; }
span { border-color: rgb(189,1,202); }
td.TdClassName
{
border-color: #BD01CA;
}
.TagClassName
{
border-color: #BD01CA;
}
</style>