Shades of Deep Magenta #B003C2
Tints of Deep Magenta #B003C2
RGB
CMYK
RGB Variations
Color information
#B003C2 (or 0xB003C2) is known color: Deep Magenta. HEX triplet: B0, 03 and C2. RGB value is (176,3,194). Sum of RGB (Red+Green+Blue) = 176+3+194=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #B003C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003C2 is #4FFC3D. Grayscale: #4B4B4B. Windows color (decimal): -5241918 or 12714928. OLE color: 12714928.
HSL color Cylindrical-coordinate representation of color #B003C2: hue angle of 294.35º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B003C2 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 3 | 194 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.24 |
| HSL | 294.35º | 0.97% | 0.39% | - |
| HSV(B) | 294.35º | 0.98% | 0.76% | - |
| XYZ | 27.67 | 13.19 | 52.13 | - |
| YUV | 76.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 194 | 0.09 | 0.98 | 0 | 0.24 | 294.35 | 0.97 | 0.39 |
| Hex | B0 | 3 | C2 | 9 | 62 | 0 | 18 | 126 | 61 | 27 |
| Octal | 260 | 3 | 302 | 11 | 142 | 0 | 30 | 446 | 141 | 47 |
| Binary | 10110000 | 11 | 11000010 | 1001 | 1100010 | 0 | 11000 | 100100110 | 1100001 | 100111 |
Color Harmonies of #B003C2
Complementary color
Monochromatic Colors of #B003C2
Black with #B003C2
Text Example
Text Example
White with #B003C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003C2; }
p { color: rgb(176,3,194); }
H1.HeaderClassName
{
color: #B003C2;
}
.AnyTagClassName
{
color: #B003C2;
}
</style>
background-color css
<style>
a { background-color: #B003C2; }
a { background-color: rgb(176,3,194); }
div.DivClassName
{
background-color: #B003C2;
}
.BgClassName
{
background-color: #B003C2;
}
</style>
border-color css
<style>
span { border-color: #B003C2; }
span { border-color: rgb(176,3,194); }
td.TdClassName
{
border-color: #B003C2;
}
.TagClassName
{
border-color: #B003C2;
}
</style>