Shades of Deep Magenta #B00DB4
Tints of Deep Magenta #B00DB4
RGB
CMYK
RGB Variations
Color information
#B00DB4 (or 0xB00DB4) is known color: Deep Magenta. HEX triplet: B0, 0D and B4. RGB value is (176,13,180). Sum of RGB (Red+Green+Blue) = 176+13+180=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #B00DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DB4 is #4FF24B. Grayscale: #505050. Windows color (decimal): -5239372 or 11799984. OLE color: 11799984.
HSL color Cylindrical-coordinate representation of color #B00DB4: hue angle of 298.56º 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 #B00DB4 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 13 | 180 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.29 |
| HSL | 298.56º | 0.87% | 0.38% | - |
| HSV(B) | 298.56º | 0.93% | 0.71% | - |
| XYZ | 26.29 | 12.81 | 44.27 | - |
| YUV | 80.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 180 | 0.02 | 0.93 | 0 | 0.29 | 298.56 | 0.87 | 0.38 |
| Hex | B0 | D | B4 | 2 | 5D | 0 | 1D | 12B | 57 | 26 |
| Octal | 260 | 15 | 264 | 2 | 135 | 0 | 35 | 453 | 127 | 46 |
| Binary | 10110000 | 1101 | 10110100 | 10 | 1011101 | 0 | 11101 | 100101011 | 1010111 | 100110 |
Color Harmonies of #B00DB4
Complementary color
Monochromatic Colors of #B00DB4
Black with #B00DB4
Text Example
Text Example
White with #B00DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DB4; }
p { color: rgb(176,13,180); }
H1.HeaderClassName
{
color: #B00DB4;
}
.AnyTagClassName
{
color: #B00DB4;
}
</style>
background-color css
<style>
a { background-color: #B00DB4; }
a { background-color: rgb(176,13,180); }
div.DivClassName
{
background-color: #B00DB4;
}
.BgClassName
{
background-color: #B00DB4;
}
</style>
border-color css
<style>
span { border-color: #B00DB4; }
span { border-color: rgb(176,13,180); }
td.TdClassName
{
border-color: #B00DB4;
}
.TagClassName
{
border-color: #B00DB4;
}
</style>