Shades of Deep Magenta #B00CCC
Tints of Deep Magenta #B00CCC
RGB
CMYK
RGB Variations
Color information
#B00CCC (or 0xB00CCC) is known color: Deep Magenta. HEX triplet: B0, 0C and CC. RGB value is (176,12,204). Sum of RGB (Red+Green+Blue) = 176+12+204=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #B00CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CCC is #4FF333. Grayscale: #525252. Windows color (decimal): -5239604 or 13372592. OLE color: 13372592.
HSL color Cylindrical-coordinate representation of color #B00CCC: hue angle of 291.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00CCC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 12 | 204 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.2 |
| HSL | 291.25º | 0.89% | 0.42% | - |
| HSV(B) | 291.25º | 0.94% | 0.8% | - |
| XYZ | 28.94 | 13.85 | 58.28 | - |
| YUV | 82.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 204 | 0.14 | 0.94 | 0 | 0.2 | 291.25 | 0.89 | 0.42 |
| Hex | B0 | C | CC | E | 5E | 0 | 14 | 123 | 59 | 2A |
| Octal | 260 | 14 | 314 | 16 | 136 | 0 | 24 | 443 | 131 | 52 |
| Binary | 10110000 | 1100 | 11001100 | 1110 | 1011110 | 0 | 10100 | 100100011 | 1011001 | 101010 |
Color Harmonies of #B00CCC
Complementary color
Monochromatic Colors of #B00CCC
Black with #B00CCC
Text Example
Text Example
White with #B00CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00CCC; }
p { color: rgb(176,12,204); }
H1.HeaderClassName
{
color: #B00CCC;
}
.AnyTagClassName
{
color: #B00CCC;
}
</style>
background-color css
<style>
a { background-color: #B00CCC; }
a { background-color: rgb(176,12,204); }
div.DivClassName
{
background-color: #B00CCC;
}
.BgClassName
{
background-color: #B00CCC;
}
</style>
border-color css
<style>
span { border-color: #B00CCC; }
span { border-color: rgb(176,12,204); }
td.TdClassName
{
border-color: #B00CCC;
}
.TagClassName
{
border-color: #B00CCC;
}
</style>