Shades of Deep Magenta #B005CA
Tints of Deep Magenta #B005CA
RGB
CMYK
RGB Variations
Color information
#B005CA (or 0xB005CA) is known color: Deep Magenta. HEX triplet: B0, 05 and CA. RGB value is (176,5,202). Sum of RGB (Red+Green+Blue) = 176+5+202=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #B005CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005CA is #4FFA35. Grayscale: #4D4D4D. Windows color (decimal): -5241398 or 13239728. OLE color: 13239728.
HSL color Cylindrical-coordinate representation of color #B005CA: hue angle of 292.08º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005CA is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 5 | 202 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.21 |
| HSL | 292.08º | 0.95% | 0.41% | - |
| HSV(B) | 292.08º | 0.98% | 0.79% | - |
| XYZ | 28.62 | 13.6 | 56.99 | - |
| YUV | 78.59 | 197.65 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 202 | 0.13 | 0.98 | 0 | 0.21 | 292.08 | 0.95 | 0.41 |
| Hex | B0 | 5 | CA | D | 62 | 0 | 15 | 124 | 5F | 29 |
| Octal | 260 | 5 | 312 | 15 | 142 | 0 | 25 | 444 | 137 | 51 |
| Binary | 10110000 | 101 | 11001010 | 1101 | 1100010 | 0 | 10101 | 100100100 | 1011111 | 101001 |
Color Harmonies of #B005CA
Complementary color
Monochromatic Colors of #B005CA
Black with #B005CA
Text Example
Text Example
White with #B005CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005CA; }
p { color: rgb(176,5,202); }
H1.HeaderClassName
{
color: #B005CA;
}
.AnyTagClassName
{
color: #B005CA;
}
</style>
background-color css
<style>
a { background-color: #B005CA; }
a { background-color: rgb(176,5,202); }
div.DivClassName
{
background-color: #B005CA;
}
.BgClassName
{
background-color: #B005CA;
}
</style>
border-color css
<style>
span { border-color: #B005CA; }
span { border-color: rgb(176,5,202); }
td.TdClassName
{
border-color: #B005CA;
}
.TagClassName
{
border-color: #B005CA;
}
</style>