Shades of Deep Magenta #BD07C6
Tints of Deep Magenta #BD07C6
RGB
CMYK
RGB Variations
Color information
#BD07C6 (or 0xBD07C6) is known color: Deep Magenta. HEX triplet: BD, 07 and C6. RGB value is (189,7,198). Sum of RGB (Red+Green+Blue) = 189+7+198=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD07C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07C6 is #42F839. Grayscale: #525252. Windows color (decimal): -4388922 or 12978109. OLE color: 12978109.
HSL color Cylindrical-coordinate representation of color #BD07C6: hue angle of 297.17º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD07C6 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 7 | 198 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.22 |
| HSL | 297.17º | 0.93% | 0.4% | - |
| HSV(B) | 297.17º | 0.96% | 0.78% | - |
| XYZ | 31.26 | 15.05 | 54.68 | - |
| YUV | 83.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 198 | 0.05 | 0.96 | 0 | 0.22 | 297.17 | 0.93 | 0.4 |
| Hex | BD | 7 | C6 | 5 | 60 | 0 | 16 | 129 | 5D | 28 |
| Octal | 275 | 7 | 306 | 5 | 140 | 0 | 26 | 451 | 135 | 50 |
| Binary | 10111101 | 111 | 11000110 | 101 | 1100000 | 0 | 10110 | 100101001 | 1011101 | 101000 |
Color Harmonies of #BD07C6
Complementary color
Monochromatic Colors of #BD07C6
Black with #BD07C6
Text Example
Text Example
White with #BD07C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07C6; }
p { color: rgb(189,7,198); }
H1.HeaderClassName
{
color: #BD07C6;
}
.AnyTagClassName
{
color: #BD07C6;
}
</style>
background-color css
<style>
a { background-color: #BD07C6; }
a { background-color: rgb(189,7,198); }
div.DivClassName
{
background-color: #BD07C6;
}
.BgClassName
{
background-color: #BD07C6;
}
</style>
border-color css
<style>
span { border-color: #BD07C6; }
span { border-color: rgb(189,7,198); }
td.TdClassName
{
border-color: #BD07C6;
}
.TagClassName
{
border-color: #BD07C6;
}
</style>