Shades of Deep Magenta #BD08C2
Tints of Deep Magenta #BD08C2
RGB
CMYK
RGB Variations
Color information
#BD08C2 (or 0xBD08C2) is known color: Deep Magenta. HEX triplet: BD, 08 and C2. RGB value is (189,8,194). Sum of RGB (Red+Green+Blue) = 189+8+194=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD08C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08C2 is #42F73D. Grayscale: #525252. Windows color (decimal): -4388670 or 12716221. OLE color: 12716221.
HSL color Cylindrical-coordinate representation of color #BD08C2: hue angle of 298.39º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08C2 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 8 | 194 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.24 |
| HSL | 298.39º | 0.92% | 0.4% | - |
| HSV(B) | 298.39º | 0.96% | 0.76% | - |
| XYZ | 30.81 | 14.89 | 52.29 | - |
| YUV | 83.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 194 | 0.03 | 0.96 | 0 | 0.24 | 298.39 | 0.92 | 0.4 |
| Hex | BD | 8 | C2 | 3 | 60 | 0 | 18 | 12A | 5C | 28 |
| Octal | 275 | 10 | 302 | 3 | 140 | 0 | 30 | 452 | 134 | 50 |
| Binary | 10111101 | 1000 | 11000010 | 11 | 1100000 | 0 | 11000 | 100101010 | 1011100 | 101000 |
Color Harmonies of #BD08C2
Complementary color
Monochromatic Colors of #BD08C2
Black with #BD08C2
Text Example
Text Example
White with #BD08C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08C2; }
p { color: rgb(189,8,194); }
H1.HeaderClassName
{
color: #BD08C2;
}
.AnyTagClassName
{
color: #BD08C2;
}
</style>
background-color css
<style>
a { background-color: #BD08C2; }
a { background-color: rgb(189,8,194); }
div.DivClassName
{
background-color: #BD08C2;
}
.BgClassName
{
background-color: #BD08C2;
}
</style>
border-color css
<style>
span { border-color: #BD08C2; }
span { border-color: rgb(189,8,194); }
td.TdClassName
{
border-color: #BD08C2;
}
.TagClassName
{
border-color: #BD08C2;
}
</style>