Shades of Deep Magenta #B00BC5
Tints of Deep Magenta #B00BC5
RGB
CMYK
RGB Variations
Color information
#B00BC5 (or 0xB00BC5) is known color: Deep Magenta. HEX triplet: B0, 0B and C5. RGB value is (176,11,197). Sum of RGB (Red+Green+Blue) = 176+11+197=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #B00BC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BC5 is #4FF43A. Grayscale: #505050. Windows color (decimal): -5239867 or 12913584. OLE color: 12913584.
HSL color Cylindrical-coordinate representation of color #B00BC5: hue angle of 293.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00BC5 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 11 | 197 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.23 |
| HSL | 293.23º | 0.89% | 0.41% | - |
| HSV(B) | 293.23º | 0.94% | 0.77% | - |
| XYZ | 28.1 | 13.5 | 53.95 | - |
| YUV | 81.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 197 | 0.11 | 0.94 | 0 | 0.23 | 293.23 | 0.89 | 0.41 |
| Hex | B0 | B | C5 | B | 5E | 0 | 17 | 125 | 59 | 29 |
| Octal | 260 | 13 | 305 | 13 | 136 | 0 | 27 | 445 | 131 | 51 |
| Binary | 10110000 | 1011 | 11000101 | 1011 | 1011110 | 0 | 10111 | 100100101 | 1011001 | 101001 |
Color Harmonies of #B00BC5
Complementary color
Monochromatic Colors of #B00BC5
Black with #B00BC5
Text Example
Text Example
White with #B00BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BC5; }
p { color: rgb(176,11,197); }
H1.HeaderClassName
{
color: #B00BC5;
}
.AnyTagClassName
{
color: #B00BC5;
}
</style>
background-color css
<style>
a { background-color: #B00BC5; }
a { background-color: rgb(176,11,197); }
div.DivClassName
{
background-color: #B00BC5;
}
.BgClassName
{
background-color: #B00BC5;
}
</style>
border-color css
<style>
span { border-color: #B00BC5; }
span { border-color: rgb(176,11,197); }
td.TdClassName
{
border-color: #B00BC5;
}
.TagClassName
{
border-color: #B00BC5;
}
</style>