Shades of Deep Magenta #BD08BC
Tints of Deep Magenta #BD08BC
RGB
CMYK
RGB Variations
Color information
#BD08BC (or 0xBD08BC) is known color: Deep Magenta. HEX triplet: BD, 08 and BC. RGB value is (189,8,188). Sum of RGB (Red+Green+Blue) = 189+8+188=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD08BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08BC is #42F743. Grayscale: #525252. Windows color (decimal): -4388676 or 12323005. OLE color: 12323005.
HSL color Cylindrical-coordinate representation of color #BD08BC: hue angle of 300.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08BC is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.26 |
| HSL | 300.33º | 0.92% | 0.39% | - |
| HSV(B) | 300.33º | 0.96% | 0.74% | - |
| XYZ | 30.15 | 14.62 | 48.81 | - |
| YUV | 82.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 188 | 0 | 0.96 | 0.01 | 0.26 | 300.33 | 0.92 | 0.39 |
| Hex | BD | 8 | BC | 0 | 60 | 1 | 1A | 12C | 5C | 27 |
| Octal | 275 | 10 | 274 | 0 | 140 | 1 | 32 | 454 | 134 | 47 |
| Binary | 10111101 | 1000 | 10111100 | 0 | 1100000 | 1 | 11010 | 100101100 | 1011100 | 100111 |
Color Harmonies of #BD08BC
Complementary color
Monochromatic Colors of #BD08BC
Black with #BD08BC
Text Example
Text Example
White with #BD08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08BC; }
p { color: rgb(189,8,188); }
H1.HeaderClassName
{
color: #BD08BC;
}
.AnyTagClassName
{
color: #BD08BC;
}
</style>
background-color css
<style>
a { background-color: #BD08BC; }
a { background-color: rgb(189,8,188); }
div.DivClassName
{
background-color: #BD08BC;
}
.BgClassName
{
background-color: #BD08BC;
}
</style>
border-color css
<style>
span { border-color: #BD08BC; }
span { border-color: rgb(189,8,188); }
td.TdClassName
{
border-color: #BD08BC;
}
.TagClassName
{
border-color: #BD08BC;
}
</style>