Shades of Deep Magenta #B003CA
Tints of Deep Magenta #B003CA
RGB
CMYK
RGB Variations
Color information
#B003CA (or 0xB003CA) is known color: Deep Magenta. HEX triplet: B0, 03 and CA. RGB value is (176,3,202). Sum of RGB (Red+Green+Blue) = 176+3+202=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #B003CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003CA is #4FFC35. Grayscale: #4C4C4C. Windows color (decimal): -5241910 or 13239216. OLE color: 13239216.
HSL color Cylindrical-coordinate representation of color #B003CA: hue angle of 292.16º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B003CA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 3 | 202 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.21 |
| HSL | 292.16º | 0.97% | 0.4% | - |
| HSV(B) | 292.16º | 0.99% | 0.79% | - |
| XYZ | 28.6 | 13.56 | 56.99 | - |
| YUV | 77.41 | 198.31 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 202 | 0.13 | 0.99 | 0 | 0.21 | 292.16 | 0.97 | 0.4 |
| Hex | B0 | 3 | CA | D | 63 | 0 | 15 | 124 | 61 | 28 |
| Octal | 260 | 3 | 312 | 15 | 143 | 0 | 25 | 444 | 141 | 50 |
| Binary | 10110000 | 11 | 11001010 | 1101 | 1100011 | 0 | 10101 | 100100100 | 1100001 | 101000 |
Color Harmonies of #B003CA
Complementary color
Monochromatic Colors of #B003CA
Black with #B003CA
Text Example
Text Example
White with #B003CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003CA; }
p { color: rgb(176,3,202); }
H1.HeaderClassName
{
color: #B003CA;
}
.AnyTagClassName
{
color: #B003CA;
}
</style>
background-color css
<style>
a { background-color: #B003CA; }
a { background-color: rgb(176,3,202); }
div.DivClassName
{
background-color: #B003CA;
}
.BgClassName
{
background-color: #B003CA;
}
</style>
border-color css
<style>
span { border-color: #B003CA; }
span { border-color: rgb(176,3,202); }
td.TdClassName
{
border-color: #B003CA;
}
.TagClassName
{
border-color: #B003CA;
}
</style>