Shades of Deep Magenta #B005CC
Tints of Deep Magenta #B005CC
RGB
CMYK
RGB Variations
Color information
#B005CC (or 0xB005CC) is known color: Deep Magenta. HEX triplet: B0, 05 and CC. RGB value is (176,5,204). Sum of RGB (Red+Green+Blue) = 176+5+204=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #B005CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005CC is #4FFA33. Grayscale: #4E4E4E. Windows color (decimal): -5241396 or 13370800. OLE color: 13370800.
HSL color Cylindrical-coordinate representation of color #B005CC: hue angle of 291.56º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005CC is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 5 | 204 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.2 |
| HSL | 291.56º | 0.95% | 0.41% | - |
| HSV(B) | 291.56º | 0.98% | 0.8% | - |
| XYZ | 28.86 | 13.7 | 58.25 | - |
| YUV | 78.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 204 | 0.14 | 0.98 | 0 | 0.2 | 291.56 | 0.95 | 0.41 |
| Hex | B0 | 5 | CC | E | 62 | 0 | 14 | 124 | 5F | 29 |
| Octal | 260 | 5 | 314 | 16 | 142 | 0 | 24 | 444 | 137 | 51 |
| Binary | 10110000 | 101 | 11001100 | 1110 | 1100010 | 0 | 10100 | 100100100 | 1011111 | 101001 |
Color Harmonies of #B005CC
Complementary color
Monochromatic Colors of #B005CC
Black with #B005CC
Text Example
Text Example
White with #B005CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005CC; }
p { color: rgb(176,5,204); }
H1.HeaderClassName
{
color: #B005CC;
}
.AnyTagClassName
{
color: #B005CC;
}
</style>
background-color css
<style>
a { background-color: #B005CC; }
a { background-color: rgb(176,5,204); }
div.DivClassName
{
background-color: #B005CC;
}
.BgClassName
{
background-color: #B005CC;
}
</style>
border-color css
<style>
span { border-color: #B005CC; }
span { border-color: rgb(176,5,204); }
td.TdClassName
{
border-color: #B005CC;
}
.TagClassName
{
border-color: #B005CC;
}
</style>