Shades of Deep Magenta #BD08D2
Tints of Deep Magenta #BD08D2
RGB
CMYK
RGB Variations
Color information
#BD08D2 (or 0xBD08D2) is known color: Deep Magenta. HEX triplet: BD, 08 and D2. RGB value is (189,8,210). Sum of RGB (Red+Green+Blue) = 189+8+210=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD08D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08D2 is #42F72D. Grayscale: #545454. Windows color (decimal): -4388654 or 13764797. OLE color: 13764797.
HSL color Cylindrical-coordinate representation of color #BD08D2: hue angle of 293.76º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08D2 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 8 | 210 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.18 |
| HSL | 293.76º | 0.93% | 0.43% | - |
| HSV(B) | 293.76º | 0.96% | 0.82% | - |
| XYZ | 32.71 | 15.65 | 62.27 | - |
| YUV | 85.15 | 198.47 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 210 | 0.10 | 0.96 | 0 | 0.18 | 293.76 | 0.93 | 0.43 |
| Hex | BD | 8 | D2 | A | 60 | 0 | 12 | 126 | 5D | 2B |
| Octal | 275 | 10 | 322 | 12 | 140 | 0 | 22 | 446 | 135 | 53 |
| Binary | 10111101 | 1000 | 11010010 | 1010 | 1100000 | 0 | 10010 | 100100110 | 1011101 | 101011 |
Color Harmonies of #BD08D2
Complementary color
Monochromatic Colors of #BD08D2
Black with #BD08D2
Text Example
Text Example
White with #BD08D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08D2; }
p { color: rgb(189,8,210); }
H1.HeaderClassName
{
color: #BD08D2;
}
.AnyTagClassName
{
color: #BD08D2;
}
</style>
background-color css
<style>
a { background-color: #BD08D2; }
a { background-color: rgb(189,8,210); }
div.DivClassName
{
background-color: #BD08D2;
}
.BgClassName
{
background-color: #BD08D2;
}
</style>
border-color css
<style>
span { border-color: #BD08D2; }
span { border-color: rgb(189,8,210); }
td.TdClassName
{
border-color: #BD08D2;
}
.TagClassName
{
border-color: #BD08D2;
}
</style>