Shades of Deep Magenta #B00BC7
Tints of Deep Magenta #B00BC7
RGB
CMYK
RGB Variations
Color information
#B00BC7 (or 0xB00BC7) is known color: Deep Magenta. HEX triplet: B0, 0B and C7. RGB value is (176,11,199). Sum of RGB (Red+Green+Blue) = 176+11+199=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #B00BC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BC7 is #4FF438. Grayscale: #515151. Windows color (decimal): -5239865 or 13044656. OLE color: 13044656.
HSL color Cylindrical-coordinate representation of color #B00BC7: hue angle of 292.66º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00BC7 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 11 | 199 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.22 |
| HSL | 292.66º | 0.9% | 0.41% | - |
| HSV(B) | 292.66º | 0.94% | 0.78% | - |
| XYZ | 28.33 | 13.59 | 55.16 | - |
| YUV | 81.77 | 194.16 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 199 | 0.12 | 0.94 | 0 | 0.22 | 292.66 | 0.9 | 0.41 |
| Hex | B0 | B | C7 | C | 5E | 0 | 16 | 125 | 5A | 29 |
| Octal | 260 | 13 | 307 | 14 | 136 | 0 | 26 | 445 | 132 | 51 |
| Binary | 10110000 | 1011 | 11000111 | 1100 | 1011110 | 0 | 10110 | 100100101 | 1011010 | 101001 |
Color Harmonies of #B00BC7
Complementary color
Monochromatic Colors of #B00BC7
Black with #B00BC7
Text Example
Text Example
White with #B00BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BC7; }
p { color: rgb(176,11,199); }
H1.HeaderClassName
{
color: #B00BC7;
}
.AnyTagClassName
{
color: #B00BC7;
}
</style>
background-color css
<style>
a { background-color: #B00BC7; }
a { background-color: rgb(176,11,199); }
div.DivClassName
{
background-color: #B00BC7;
}
.BgClassName
{
background-color: #B00BC7;
}
</style>
border-color css
<style>
span { border-color: #B00BC7; }
span { border-color: rgb(176,11,199); }
td.TdClassName
{
border-color: #B00BC7;
}
.TagClassName
{
border-color: #B00BC7;
}
</style>