Shades of Deep Magenta #B00DBA
Tints of Deep Magenta #B00DBA
RGB
CMYK
RGB Variations
Color information
#B00DBA (or 0xB00DBA) is known color: Deep Magenta. HEX triplet: B0, 0D and BA. RGB value is (176,13,186). Sum of RGB (Red+Green+Blue) = 176+13+186=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #B00DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DBA is #4FF245. Grayscale: #505050. Windows color (decimal): -5239366 or 12193200. OLE color: 12193200.
HSL color Cylindrical-coordinate representation of color #B00DBA: hue angle of 296.53º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DBA is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 13 | 186 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.27 |
| HSL | 296.53º | 0.87% | 0.39% | - |
| HSV(B) | 296.53º | 0.93% | 0.73% | - |
| XYZ | 26.91 | 13.06 | 47.56 | - |
| YUV | 81.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 186 | 0.05 | 0.93 | 0 | 0.27 | 296.53 | 0.87 | 0.39 |
| Hex | B0 | D | BA | 5 | 5D | 0 | 1B | 129 | 57 | 27 |
| Octal | 260 | 15 | 272 | 5 | 135 | 0 | 33 | 451 | 127 | 47 |
| Binary | 10110000 | 1101 | 10111010 | 101 | 1011101 | 0 | 11011 | 100101001 | 1010111 | 100111 |
Color Harmonies of #B00DBA
Complementary color
Monochromatic Colors of #B00DBA
Black with #B00DBA
Text Example
Text Example
White with #B00DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DBA; }
p { color: rgb(176,13,186); }
H1.HeaderClassName
{
color: #B00DBA;
}
.AnyTagClassName
{
color: #B00DBA;
}
</style>
background-color css
<style>
a { background-color: #B00DBA; }
a { background-color: rgb(176,13,186); }
div.DivClassName
{
background-color: #B00DBA;
}
.BgClassName
{
background-color: #B00DBA;
}
</style>
border-color css
<style>
span { border-color: #B00DBA; }
span { border-color: rgb(176,13,186); }
td.TdClassName
{
border-color: #B00DBA;
}
.TagClassName
{
border-color: #B00DBA;
}
</style>