Shades of Deep Magenta #BD09BD
Tints of Deep Magenta #BD09BD
RGB
CMYK
RGB Variations
Color information
#BD09BD (or 0xBD09BD) is known color: Deep Magenta. HEX triplet: BD, 09 and BD. RGB value is (189,9,189). Sum of RGB (Red+Green+Blue) = 189+9+189=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09BD is #42F642. Grayscale: #525252. Windows color (decimal): -4388419 or 12388797. OLE color: 12388797.
HSL color Cylindrical-coordinate representation of color #BD09BD: hue angle of 300º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD09BD is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 189 | - |
| CMYK | 0 | 0.95 | 0 | 0.26 |
| HSL | 300º | 0.91% | 0.39% | - |
| HSV(B) | 300º | 0.95% | 0.74% | - |
| XYZ | 30.27 | 14.69 | 49.38 | - |
| YUV | 83.34 | 187.63 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 189 | 0 | 0.95 | 0 | 0.26 | 300 | 0.91 | 0.39 |
| Hex | BD | 9 | BD | 0 | 5F | 0 | 1A | 12C | 5B | 27 |
| Octal | 275 | 11 | 275 | 0 | 137 | 0 | 32 | 454 | 133 | 47 |
| Binary | 10111101 | 1001 | 10111101 | 0 | 1011111 | 0 | 11010 | 100101100 | 1011011 | 100111 |
Color Harmonies of #BD09BD
Complementary color
Monochromatic Colors of #BD09BD
Black with #BD09BD
Text Example
Text Example
White with #BD09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09BD; }
p { color: rgb(189,9,189); }
H1.HeaderClassName
{
color: #BD09BD;
}
.AnyTagClassName
{
color: #BD09BD;
}
</style>
background-color css
<style>
a { background-color: #BD09BD; }
a { background-color: rgb(189,9,189); }
div.DivClassName
{
background-color: #BD09BD;
}
.BgClassName
{
background-color: #BD09BD;
}
</style>
border-color css
<style>
span { border-color: #BD09BD; }
span { border-color: rgb(189,9,189); }
td.TdClassName
{
border-color: #BD09BD;
}
.TagClassName
{
border-color: #BD09BD;
}
</style>