Shades of Deep Magenta #B00DAC
Tints of Deep Magenta #B00DAC
RGB
CMYK
RGB Variations
Color information
#B00DAC (or 0xB00DAC) is known color: Deep Magenta. HEX triplet: B0, 0D and AC. RGB value is (176,13,172). Sum of RGB (Red+Green+Blue) = 176+13+172=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B00DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00DAC is #4FF253. Grayscale: #4F4F4F. Windows color (decimal): -5239380 or 11275696. OLE color: 11275696.
HSL color Cylindrical-coordinate representation of color #B00DAC: hue angle of 301.47º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DAC is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 172 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.31 |
| HSL | 301.47º | 0.86% | 0.37% | - |
| HSV(B) | 301.47º | 0.93% | 0.69% | - |
| XYZ | 25.49 | 12.5 | 40.1 | - |
| YUV | 79.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 172 | 0 | 0.93 | 0.02 | 0.31 | 301.47 | 0.86 | 0.37 |
| Hex | B0 | D | AC | 0 | 5D | 2 | 1F | 12D | 56 | 25 |
| Octal | 260 | 15 | 254 | 0 | 135 | 2 | 37 | 455 | 126 | 45 |
| Binary | 10110000 | 1101 | 10101100 | 0 | 1011101 | 10 | 11111 | 100101101 | 1010110 | 100101 |
Color Harmonies of #B00DAC
Complementary color
Monochromatic Colors of #B00DAC
Black with #B00DAC
Text Example
Text Example
White with #B00DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DAC; }
p { color: rgb(176,13,172); }
H1.HeaderClassName
{
color: #B00DAC;
}
.AnyTagClassName
{
color: #B00DAC;
}
</style>
background-color css
<style>
a { background-color: #B00DAC; }
a { background-color: rgb(176,13,172); }
div.DivClassName
{
background-color: #B00DAC;
}
.BgClassName
{
background-color: #B00DAC;
}
</style>
border-color css
<style>
span { border-color: #B00DAC; }
span { border-color: rgb(176,13,172); }
td.TdClassName
{
border-color: #B00DAC;
}
.TagClassName
{
border-color: #B00DAC;
}
</style>