Shades of Deep Magenta #B00CBC
Tints of Deep Magenta #B00CBC
RGB
CMYK
RGB Variations
Color information
#B00CBC (or 0xB00CBC) is known color: Deep Magenta. HEX triplet: B0, 0C and BC. RGB value is (176,12,188). Sum of RGB (Red+Green+Blue) = 176+12+188=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #B00CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CBC is #4FF343. Grayscale: #505050. Windows color (decimal): -5239620 or 12324016. OLE color: 12324016.
HSL color Cylindrical-coordinate representation of color #B00CBC: hue angle of 295.91º degrees, saturation: 0.88, 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 #B00CBC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 12 | 188 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.26 |
| HSL | 295.91º | 0.88% | 0.39% | - |
| HSV(B) | 295.91º | 0.94% | 0.74% | - |
| XYZ | 27.11 | 13.12 | 48.68 | - |
| YUV | 81.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 188 | 0.06 | 0.94 | 0 | 0.26 | 295.91 | 0.88 | 0.39 |
| Hex | B0 | C | BC | 6 | 5E | 0 | 1A | 128 | 58 | 27 |
| Octal | 260 | 14 | 274 | 6 | 136 | 0 | 32 | 450 | 130 | 47 |
| Binary | 10110000 | 1100 | 10111100 | 110 | 1011110 | 0 | 11010 | 100101000 | 1011000 | 100111 |
Color Harmonies of #B00CBC
Complementary color
Monochromatic Colors of #B00CBC
Black with #B00CBC
Text Example
Text Example
White with #B00CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00CBC; }
p { color: rgb(176,12,188); }
H1.HeaderClassName
{
color: #B00CBC;
}
.AnyTagClassName
{
color: #B00CBC;
}
</style>
background-color css
<style>
a { background-color: #B00CBC; }
a { background-color: rgb(176,12,188); }
div.DivClassName
{
background-color: #B00CBC;
}
.BgClassName
{
background-color: #B00CBC;
}
</style>
border-color css
<style>
span { border-color: #B00CBC; }
span { border-color: rgb(176,12,188); }
td.TdClassName
{
border-color: #B00CBC;
}
.TagClassName
{
border-color: #B00CBC;
}
</style>