Shades of Deep Magenta #BD0FBD
Tints of Deep Magenta #BD0FBD
RGB
CMYK
RGB Variations
Color information
#BD0FBD (or 0xBD0FBD) is known color: Deep Magenta. HEX triplet: BD, 0F and BD. RGB value is (189,15,189). Sum of RGB (Red+Green+Blue) = 189+15+189=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD0FBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FBD is #42F042. Grayscale: #565656. Windows color (decimal): -4386883 or 12390333. OLE color: 12390333.
HSL color Cylindrical-coordinate representation of color #BD0FBD: hue angle of 300º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0FBD is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 189 | - |
| CMYK | 0 | 0.92 | 0 | 0.26 |
| HSL | 300º | 0.85% | 0.4% | - |
| HSV(B) | 300º | 0.92% | 0.74% | - |
| XYZ | 30.34 | 14.83 | 49.41 | - |
| YUV | 86.86 | 185.65 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 189 | 0 | 0.92 | 0 | 0.26 | 300 | 0.85 | 0.4 |
| Hex | BD | F | BD | 0 | 5C | 0 | 1A | 12C | 55 | 28 |
| Octal | 275 | 17 | 275 | 0 | 134 | 0 | 32 | 454 | 125 | 50 |
| Binary | 10111101 | 1111 | 10111101 | 0 | 1011100 | 0 | 11010 | 100101100 | 1010101 | 101000 |
Color Harmonies of #BD0FBD
Complementary color
Monochromatic Colors of #BD0FBD
Black with #BD0FBD
Text Example
Text Example
White with #BD0FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FBD; }
p { color: rgb(189,15,189); }
H1.HeaderClassName
{
color: #BD0FBD;
}
.AnyTagClassName
{
color: #BD0FBD;
}
</style>
background-color css
<style>
a { background-color: #BD0FBD; }
a { background-color: rgb(189,15,189); }
div.DivClassName
{
background-color: #BD0FBD;
}
.BgClassName
{
background-color: #BD0FBD;
}
</style>
border-color css
<style>
span { border-color: #BD0FBD; }
span { border-color: rgb(189,15,189); }
td.TdClassName
{
border-color: #BD0FBD;
}
.TagClassName
{
border-color: #BD0FBD;
}
</style>