Shades of Deep Magenta #BD01CF
Tints of Deep Magenta #BD01CF
RGB
CMYK
RGB Variations
Color information
#BD01CF (or 0xBD01CF) is known color: Deep Magenta. HEX triplet: BD, 01 and CF. RGB value is (189,1,207). Sum of RGB (Red+Green+Blue) = 189+1+207=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01CF is #42FE30. Grayscale: #505050. Windows color (decimal): -4390449 or 13566397. OLE color: 13566397.
HSL color Cylindrical-coordinate representation of color #BD01CF: hue angle of 294.76º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01CF is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 1 | 207 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.19 |
| HSL | 294.76º | 0.99% | 0.41% | - |
| HSV(B) | 294.76º | 1% | 0.81% | - |
| XYZ | 32.26 | 15.35 | 60.29 | - |
| YUV | 80.7 | 199.28 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 207 | 0.09 | 1.00 | 0 | 0.19 | 294.76 | 0.99 | 0.41 |
| Hex | BD | 1 | CF | 9 | 64 | 0 | 13 | 127 | 63 | 29 |
| Octal | 275 | 1 | 317 | 11 | 144 | 0 | 23 | 447 | 143 | 51 |
| Binary | 10111101 | 1 | 11001111 | 1001 | 1100100 | 0 | 10011 | 100100111 | 1100011 | 101001 |
Color Harmonies of #BD01CF
Complementary color
Monochromatic Colors of #BD01CF
Black with #BD01CF
Text Example
Text Example
White with #BD01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01CF; }
p { color: rgb(189,1,207); }
H1.HeaderClassName
{
color: #BD01CF;
}
.AnyTagClassName
{
color: #BD01CF;
}
</style>
background-color css
<style>
a { background-color: #BD01CF; }
a { background-color: rgb(189,1,207); }
div.DivClassName
{
background-color: #BD01CF;
}
.BgClassName
{
background-color: #BD01CF;
}
</style>
border-color css
<style>
span { border-color: #BD01CF; }
span { border-color: rgb(189,1,207); }
td.TdClassName
{
border-color: #BD01CF;
}
.TagClassName
{
border-color: #BD01CF;
}
</style>