Shades of Deep Magenta #B003C0
Tints of Deep Magenta #B003C0
RGB
CMYK
RGB Variations
Color information
#B003C0 (or 0xB003C0) is known color: Deep Magenta. HEX triplet: B0, 03 and C0. RGB value is (176,3,192). Sum of RGB (Red+Green+Blue) = 176+3+192=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #B003C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003C0 is #4FFC3F. Grayscale: #4B4B4B. Windows color (decimal): -5241920 or 12583856. OLE color: 12583856.
HSL color Cylindrical-coordinate representation of color #B003C0: hue angle of 294.92º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B003C0 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 3 | 192 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.25 |
| HSL | 294.92º | 0.97% | 0.38% | - |
| HSV(B) | 294.92º | 0.98% | 0.75% | - |
| XYZ | 27.45 | 13.1 | 50.95 | - |
| YUV | 76.27 | 193.31 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 192 | 0.08 | 0.98 | 0 | 0.25 | 294.92 | 0.97 | 0.38 |
| Hex | B0 | 3 | C0 | 8 | 62 | 0 | 19 | 127 | 61 | 26 |
| Octal | 260 | 3 | 300 | 10 | 142 | 0 | 31 | 447 | 141 | 46 |
| Binary | 10110000 | 11 | 11000000 | 1000 | 1100010 | 0 | 11001 | 100100111 | 1100001 | 100110 |
Color Harmonies of #B003C0
Complementary color
Monochromatic Colors of #B003C0
Black with #B003C0
Text Example
Text Example
White with #B003C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003C0; }
p { color: rgb(176,3,192); }
H1.HeaderClassName
{
color: #B003C0;
}
.AnyTagClassName
{
color: #B003C0;
}
</style>
background-color css
<style>
a { background-color: #B003C0; }
a { background-color: rgb(176,3,192); }
div.DivClassName
{
background-color: #B003C0;
}
.BgClassName
{
background-color: #B003C0;
}
</style>
border-color css
<style>
span { border-color: #B003C0; }
span { border-color: rgb(176,3,192); }
td.TdClassName
{
border-color: #B003C0;
}
.TagClassName
{
border-color: #B003C0;
}
</style>