Shades of Deep Magenta #BD07C2
Tints of Deep Magenta #BD07C2
RGB
CMYK
RGB Variations
Color information
#BD07C2 (or 0xBD07C2) is known color: Deep Magenta. HEX triplet: BD, 07 and C2. RGB value is (189,7,194). Sum of RGB (Red+Green+Blue) = 189+7+194=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD07C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07C2 is #42F83D. Grayscale: #525252. Windows color (decimal): -4388926 or 12715965. OLE color: 12715965.
HSL color Cylindrical-coordinate representation of color #BD07C2: hue angle of 298.4º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD07C2 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 7 | 194 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.24 |
| HSL | 298.4º | 0.93% | 0.39% | - |
| HSV(B) | 298.4º | 0.96% | 0.76% | - |
| XYZ | 30.8 | 14.87 | 52.28 | - |
| YUV | 82.74 | 190.8 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 194 | 0.03 | 0.96 | 0 | 0.24 | 298.4 | 0.93 | 0.39 |
| Hex | BD | 7 | C2 | 3 | 60 | 0 | 18 | 12A | 5D | 27 |
| Octal | 275 | 7 | 302 | 3 | 140 | 0 | 30 | 452 | 135 | 47 |
| Binary | 10111101 | 111 | 11000010 | 11 | 1100000 | 0 | 11000 | 100101010 | 1011101 | 100111 |
Color Harmonies of #BD07C2
Complementary color
Monochromatic Colors of #BD07C2
Black with #BD07C2
Text Example
Text Example
White with #BD07C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07C2; }
p { color: rgb(189,7,194); }
H1.HeaderClassName
{
color: #BD07C2;
}
.AnyTagClassName
{
color: #BD07C2;
}
</style>
background-color css
<style>
a { background-color: #BD07C2; }
a { background-color: rgb(189,7,194); }
div.DivClassName
{
background-color: #BD07C2;
}
.BgClassName
{
background-color: #BD07C2;
}
</style>
border-color css
<style>
span { border-color: #BD07C2; }
span { border-color: rgb(189,7,194); }
td.TdClassName
{
border-color: #BD07C2;
}
.TagClassName
{
border-color: #BD07C2;
}
</style>