Shades of Deep Magenta #BD09C1
Tints of Deep Magenta #BD09C1
RGB
CMYK
RGB Variations
Color information
#BD09C1 (or 0xBD09C1) is known color: Deep Magenta. HEX triplet: BD, 09 and C1. RGB value is (189,9,193). Sum of RGB (Red+Green+Blue) = 189+9+193=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD09C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09C1 is #42F63E. Grayscale: #535353. Windows color (decimal): -4388415 or 12650941. OLE color: 12650941.
HSL color Cylindrical-coordinate representation of color #BD09C1: hue angle of 298.7º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD09C1 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 9 | 193 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.24 |
| HSL | 298.7º | 0.91% | 0.4% | - |
| HSV(B) | 298.7º | 0.95% | 0.76% | - |
| XYZ | 30.71 | 14.86 | 51.7 | - |
| YUV | 83.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 193 | 0.02 | 0.95 | 0 | 0.24 | 298.7 | 0.91 | 0.4 |
| Hex | BD | 9 | C1 | 2 | 5F | 0 | 18 | 12B | 5B | 28 |
| Octal | 275 | 11 | 301 | 2 | 137 | 0 | 30 | 453 | 133 | 50 |
| Binary | 10111101 | 1001 | 11000001 | 10 | 1011111 | 0 | 11000 | 100101011 | 1011011 | 101000 |
Color Harmonies of #BD09C1
Complementary color
Monochromatic Colors of #BD09C1
Black with #BD09C1
Text Example
Text Example
White with #BD09C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09C1; }
p { color: rgb(189,9,193); }
H1.HeaderClassName
{
color: #BD09C1;
}
.AnyTagClassName
{
color: #BD09C1;
}
</style>
background-color css
<style>
a { background-color: #BD09C1; }
a { background-color: rgb(189,9,193); }
div.DivClassName
{
background-color: #BD09C1;
}
.BgClassName
{
background-color: #BD09C1;
}
</style>
border-color css
<style>
span { border-color: #BD09C1; }
span { border-color: rgb(189,9,193); }
td.TdClassName
{
border-color: #BD09C1;
}
.TagClassName
{
border-color: #BD09C1;
}
</style>