Shades of Deep Magenta #B00DBB
Tints of Deep Magenta #B00DBB
RGB
CMYK
RGB Variations
Color information
#B00DBB (or 0xB00DBB) is known color: Deep Magenta. HEX triplet: B0, 0D and BB. RGB value is (176,13,187). Sum of RGB (Red+Green+Blue) = 176+13+187=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #B00DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DBB is #4FF244. Grayscale: #515151. Windows color (decimal): -5239365 or 12258736. OLE color: 12258736.
HSL color Cylindrical-coordinate representation of color #B00DBB: hue angle of 296.21º 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 #B00DBB is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 13 | 187 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.27 |
| HSL | 296.21º | 0.87% | 0.39% | - |
| HSV(B) | 296.21º | 0.93% | 0.73% | - |
| XYZ | 27.02 | 13.11 | 48.12 | - |
| YUV | 81.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 187 | 0.06 | 0.93 | 0 | 0.27 | 296.21 | 0.87 | 0.39 |
| Hex | B0 | D | BB | 6 | 5D | 0 | 1B | 128 | 57 | 27 |
| Octal | 260 | 15 | 273 | 6 | 135 | 0 | 33 | 450 | 127 | 47 |
| Binary | 10110000 | 1101 | 10111011 | 110 | 1011101 | 0 | 11011 | 100101000 | 1010111 | 100111 |
Color Harmonies of #B00DBB
Complementary color
Monochromatic Colors of #B00DBB
Black with #B00DBB
Text Example
Text Example
White with #B00DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DBB; }
p { color: rgb(176,13,187); }
H1.HeaderClassName
{
color: #B00DBB;
}
.AnyTagClassName
{
color: #B00DBB;
}
</style>
background-color css
<style>
a { background-color: #B00DBB; }
a { background-color: rgb(176,13,187); }
div.DivClassName
{
background-color: #B00DBB;
}
.BgClassName
{
background-color: #B00DBB;
}
</style>
border-color css
<style>
span { border-color: #B00DBB; }
span { border-color: rgb(176,13,187); }
td.TdClassName
{
border-color: #B00DBB;
}
.TagClassName
{
border-color: #B00DBB;
}
</style>