Shades of Deep Magenta #BD09BC
Tints of Deep Magenta #BD09BC
RGB
CMYK
RGB Variations
Color information
#BD09BC (or 0xBD09BC) is known color: Deep Magenta. HEX triplet: BD, 09 and BC. RGB value is (189,9,188). Sum of RGB (Red+Green+Blue) = 189+9+188=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09BC is #42F643. Grayscale: #525252. Windows color (decimal): -4388420 or 12323261. OLE color: 12323261.
HSL color Cylindrical-coordinate representation of color #BD09BC: hue angle of 300.33º 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 #BD09BC is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 188 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.26 |
| HSL | 300.33º | 0.91% | 0.39% | - |
| HSV(B) | 300.33º | 0.95% | 0.74% | - |
| XYZ | 30.16 | 14.65 | 48.81 | - |
| YUV | 83.23 | 187.13 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 188 | 0 | 0.95 | 0.01 | 0.26 | 300.33 | 0.91 | 0.39 |
| Hex | BD | 9 | BC | 0 | 5F | 1 | 1A | 12C | 5B | 27 |
| Octal | 275 | 11 | 274 | 0 | 137 | 1 | 32 | 454 | 133 | 47 |
| Binary | 10111101 | 1001 | 10111100 | 0 | 1011111 | 1 | 11010 | 100101100 | 1011011 | 100111 |
Color Harmonies of #BD09BC
Complementary color
Monochromatic Colors of #BD09BC
Black with #BD09BC
Text Example
Text Example
White with #BD09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09BC; }
p { color: rgb(189,9,188); }
H1.HeaderClassName
{
color: #BD09BC;
}
.AnyTagClassName
{
color: #BD09BC;
}
</style>
background-color css
<style>
a { background-color: #BD09BC; }
a { background-color: rgb(189,9,188); }
div.DivClassName
{
background-color: #BD09BC;
}
.BgClassName
{
background-color: #BD09BC;
}
</style>
border-color css
<style>
span { border-color: #BD09BC; }
span { border-color: rgb(189,9,188); }
td.TdClassName
{
border-color: #BD09BC;
}
.TagClassName
{
border-color: #BD09BC;
}
</style>