Shades of Deep Magenta #BD07BA
Tints of Deep Magenta #BD07BA
RGB
CMYK
RGB Variations
Color information
#BD07BA (or 0xBD07BA) is known color: Deep Magenta. HEX triplet: BD, 07 and BA. RGB value is (189,7,186). Sum of RGB (Red+Green+Blue) = 189+7+186=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07BA is #42F845. Grayscale: #515151. Windows color (decimal): -4388934 or 12191677. OLE color: 12191677.
HSL color Cylindrical-coordinate representation of color #BD07BA: hue angle of 300.99º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD07BA is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 186 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.26 |
| HSL | 300.99º | 0.93% | 0.38% | - |
| HSV(B) | 300.99º | 0.96% | 0.74% | - |
| XYZ | 29.93 | 14.52 | 47.68 | - |
| YUV | 81.82 | 186.8 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 186 | 0 | 0.96 | 0.02 | 0.26 | 300.99 | 0.93 | 0.38 |
| Hex | BD | 7 | BA | 0 | 60 | 2 | 1A | 12D | 5D | 26 |
| Octal | 275 | 7 | 272 | 0 | 140 | 2 | 32 | 455 | 135 | 46 |
| Binary | 10111101 | 111 | 10111010 | 0 | 1100000 | 10 | 11010 | 100101101 | 1011101 | 100110 |
Color Harmonies of #BD07BA
Complementary color
Monochromatic Colors of #BD07BA
Black with #BD07BA
Text Example
Text Example
White with #BD07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07BA; }
p { color: rgb(189,7,186); }
H1.HeaderClassName
{
color: #BD07BA;
}
.AnyTagClassName
{
color: #BD07BA;
}
</style>
background-color css
<style>
a { background-color: #BD07BA; }
a { background-color: rgb(189,7,186); }
div.DivClassName
{
background-color: #BD07BA;
}
.BgClassName
{
background-color: #BD07BA;
}
</style>
border-color css
<style>
span { border-color: #BD07BA; }
span { border-color: rgb(189,7,186); }
td.TdClassName
{
border-color: #BD07BA;
}
.TagClassName
{
border-color: #BD07BA;
}
</style>