Shades of Deep Magenta #B002BC
Tints of Deep Magenta #B002BC
RGB
CMYK
RGB Variations
Color information
#B002BC (or 0xB002BC) is known color: Deep Magenta. HEX triplet: B0, 02 and BC. RGB value is (176,2,188). Sum of RGB (Red+Green+Blue) = 176+2+188=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #B002BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002BC is #4FFD43. Grayscale: #4A4A4A. Windows color (decimal): -5242180 or 12321456. OLE color: 12321456.
HSL color Cylindrical-coordinate representation of color #B002BC: hue angle of 296.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002BC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 2 | 188 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.26 |
| HSL | 296.13º | 0.98% | 0.37% | - |
| HSV(B) | 296.13º | 0.99% | 0.74% | - |
| XYZ | 27 | 12.9 | 48.64 | - |
| YUV | 75.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 188 | 0.06 | 0.99 | 0 | 0.26 | 296.13 | 0.98 | 0.37 |
| Hex | B0 | 2 | BC | 6 | 63 | 0 | 1A | 128 | 62 | 25 |
| Octal | 260 | 2 | 274 | 6 | 143 | 0 | 32 | 450 | 142 | 45 |
| Binary | 10110000 | 10 | 10111100 | 110 | 1100011 | 0 | 11010 | 100101000 | 1100010 | 100101 |
Color Harmonies of #B002BC
Complementary color
Monochromatic Colors of #B002BC
Black with #B002BC
Text Example
Text Example
White with #B002BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002BC; }
p { color: rgb(176,2,188); }
H1.HeaderClassName
{
color: #B002BC;
}
.AnyTagClassName
{
color: #B002BC;
}
</style>
background-color css
<style>
a { background-color: #B002BC; }
a { background-color: rgb(176,2,188); }
div.DivClassName
{
background-color: #B002BC;
}
.BgClassName
{
background-color: #B002BC;
}
</style>
border-color css
<style>
span { border-color: #B002BC; }
span { border-color: rgb(176,2,188); }
td.TdClassName
{
border-color: #B002BC;
}
.TagClassName
{
border-color: #B002BC;
}
</style>