Shades of Deep Magenta #B00DB6
Tints of Deep Magenta #B00DB6
RGB
CMYK
RGB Variations
Color information
#B00DB6 (or 0xB00DB6) is known color: Deep Magenta. HEX triplet: B0, 0D and B6. RGB value is (176,13,182). Sum of RGB (Red+Green+Blue) = 176+13+182=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #B00DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DB6 is #4FF249. Grayscale: #505050. Windows color (decimal): -5239370 or 11931056. OLE color: 11931056.
HSL color Cylindrical-coordinate representation of color #B00DB6: hue angle of 297.87º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DB6 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 13 | 182 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.29 |
| HSL | 297.87º | 0.87% | 0.38% | - |
| HSV(B) | 297.87º | 0.93% | 0.71% | - |
| XYZ | 26.49 | 12.9 | 45.35 | - |
| YUV | 81 | 185 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 182 | 0.03 | 0.93 | 0 | 0.29 | 297.87 | 0.87 | 0.38 |
| Hex | B0 | D | B6 | 3 | 5D | 0 | 1D | 12A | 57 | 26 |
| Octal | 260 | 15 | 266 | 3 | 135 | 0 | 35 | 452 | 127 | 46 |
| Binary | 10110000 | 1101 | 10110110 | 11 | 1011101 | 0 | 11101 | 100101010 | 1010111 | 100110 |
Color Harmonies of #B00DB6
Complementary color
Monochromatic Colors of #B00DB6
Black with #B00DB6
Text Example
Text Example
White with #B00DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DB6; }
p { color: rgb(176,13,182); }
H1.HeaderClassName
{
color: #B00DB6;
}
.AnyTagClassName
{
color: #B00DB6;
}
</style>
background-color css
<style>
a { background-color: #B00DB6; }
a { background-color: rgb(176,13,182); }
div.DivClassName
{
background-color: #B00DB6;
}
.BgClassName
{
background-color: #B00DB6;
}
</style>
border-color css
<style>
span { border-color: #B00DB6; }
span { border-color: rgb(176,13,182); }
td.TdClassName
{
border-color: #B00DB6;
}
.TagClassName
{
border-color: #B00DB6;
}
</style>