Shades of Deep Magenta #BD01BD
Tints of Deep Magenta #BD01BD
RGB
CMYK
RGB Variations
Color information
#BD01BD (or 0xBD01BD) is known color: Deep Magenta. HEX triplet: BD, 01 and BD. RGB value is (189,1,189). Sum of RGB (Red+Green+Blue) = 189+1+189=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD01BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01BD is #42FE42. Grayscale: #4E4E4E. Windows color (decimal): -4390467 or 12386749. OLE color: 12386749.
HSL color Cylindrical-coordinate representation of color #BD01BD: hue angle of 300º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD01BD is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 189 | - |
| CMYK | 0 | 0.99 | 0 | 0.26 |
| HSL | 300º | 0.99% | 0.37% | - |
| HSV(B) | 300º | 0.99% | 0.74% | - |
| XYZ | 30.18 | 14.51 | 49.35 | - |
| YUV | 78.64 | 190.28 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 189 | 0 | 0.99 | 0 | 0.26 | 300 | 0.99 | 0.37 |
| Hex | BD | 1 | BD | 0 | 63 | 0 | 1A | 12C | 63 | 25 |
| Octal | 275 | 1 | 275 | 0 | 143 | 0 | 32 | 454 | 143 | 45 |
| Binary | 10111101 | 1 | 10111101 | 0 | 1100011 | 0 | 11010 | 100101100 | 1100011 | 100101 |
Color Harmonies of #BD01BD
Complementary color
Monochromatic Colors of #BD01BD
Black with #BD01BD
Text Example
Text Example
White with #BD01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01BD; }
p { color: rgb(189,1,189); }
H1.HeaderClassName
{
color: #BD01BD;
}
.AnyTagClassName
{
color: #BD01BD;
}
</style>
background-color css
<style>
a { background-color: #BD01BD; }
a { background-color: rgb(189,1,189); }
div.DivClassName
{
background-color: #BD01BD;
}
.BgClassName
{
background-color: #BD01BD;
}
</style>
border-color css
<style>
span { border-color: #BD01BD; }
span { border-color: rgb(189,1,189); }
td.TdClassName
{
border-color: #BD01BD;
}
.TagClassName
{
border-color: #BD01BD;
}
</style>