Shades of Deep Magenta #B00DB1
Tints of Deep Magenta #B00DB1
RGB
CMYK
RGB Variations
Color information
#B00DB1 (or 0xB00DB1) is known color: Deep Magenta. HEX triplet: B0, 0D and B1. RGB value is (176,13,177). Sum of RGB (Red+Green+Blue) = 176+13+177=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #B00DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00DB1 is #4FF24E. Grayscale: #4F4F4F. Windows color (decimal): -5239375 or 11603376. OLE color: 11603376.
HSL color Cylindrical-coordinate representation of color #B00DB1: hue angle of 299.63º 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 #B00DB1 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 177 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.31 |
| HSL | 299.63º | 0.86% | 0.37% | - |
| HSV(B) | 299.63º | 0.93% | 0.69% | - |
| XYZ | 25.98 | 12.69 | 42.68 | - |
| YUV | 80.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 177 | 0.01 | 0.93 | 0 | 0.31 | 299.63 | 0.86 | 0.37 |
| Hex | B0 | D | B1 | 1 | 5D | 0 | 1F | 12C | 56 | 25 |
| Octal | 260 | 15 | 261 | 1 | 135 | 0 | 37 | 454 | 126 | 45 |
| Binary | 10110000 | 1101 | 10110001 | 1 | 1011101 | 0 | 11111 | 100101100 | 1010110 | 100101 |
Color Harmonies of #B00DB1
Complementary color
Monochromatic Colors of #B00DB1
Black with #B00DB1
Text Example
Text Example
White with #B00DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DB1; }
p { color: rgb(176,13,177); }
H1.HeaderClassName
{
color: #B00DB1;
}
.AnyTagClassName
{
color: #B00DB1;
}
</style>
background-color css
<style>
a { background-color: #B00DB1; }
a { background-color: rgb(176,13,177); }
div.DivClassName
{
background-color: #B00DB1;
}
.BgClassName
{
background-color: #B00DB1;
}
</style>
border-color css
<style>
span { border-color: #B00DB1; }
span { border-color: rgb(176,13,177); }
td.TdClassName
{
border-color: #B00DB1;
}
.TagClassName
{
border-color: #B00DB1;
}
</style>