Shades of Deep Magenta #B00BBC
Tints of Deep Magenta #B00BBC
RGB
CMYK
RGB Variations
Color information
#B00BBC (or 0xB00BBC) is known color: Deep Magenta. HEX triplet: B0, 0B and BC. RGB value is (176,11,188). Sum of RGB (Red+Green+Blue) = 176+11+188=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #B00BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BBC is #4FF443. Grayscale: #4F4F4F. Windows color (decimal): -5239876 or 12323760. OLE color: 12323760.
HSL color Cylindrical-coordinate representation of color #B00BBC: hue angle of 295.93º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00BBC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 11 | 188 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.26 |
| HSL | 295.93º | 0.89% | 0.39% | - |
| HSV(B) | 295.93º | 0.94% | 0.74% | - |
| XYZ | 27.1 | 13.1 | 48.68 | - |
| YUV | 80.51 | 188.66 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 188 | 0.06 | 0.94 | 0 | 0.26 | 295.93 | 0.89 | 0.39 |
| Hex | B0 | B | BC | 6 | 5E | 0 | 1A | 128 | 59 | 27 |
| Octal | 260 | 13 | 274 | 6 | 136 | 0 | 32 | 450 | 131 | 47 |
| Binary | 10110000 | 1011 | 10111100 | 110 | 1011110 | 0 | 11010 | 100101000 | 1011001 | 100111 |
Color Harmonies of #B00BBC
Complementary color
Monochromatic Colors of #B00BBC
Black with #B00BBC
Text Example
Text Example
White with #B00BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BBC; }
p { color: rgb(176,11,188); }
H1.HeaderClassName
{
color: #B00BBC;
}
.AnyTagClassName
{
color: #B00BBC;
}
</style>
background-color css
<style>
a { background-color: #B00BBC; }
a { background-color: rgb(176,11,188); }
div.DivClassName
{
background-color: #B00BBC;
}
.BgClassName
{
background-color: #B00BBC;
}
</style>
border-color css
<style>
span { border-color: #B00BBC; }
span { border-color: rgb(176,11,188); }
td.TdClassName
{
border-color: #B00BBC;
}
.TagClassName
{
border-color: #B00BBC;
}
</style>