Shades of Deep Magenta #B002B0
Tints of Deep Magenta #B002B0
RGB
CMYK
RGB Variations
Color information
#B002B0 (or 0xB002B0) is known color: Deep Magenta. HEX triplet: B0, 02 and B0. RGB value is (176,2,176). Sum of RGB (Red+Green+Blue) = 176+2+176=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B002B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002B0 is #4FFD4F. Grayscale: #494949. Windows color (decimal): -5242192 or 11535024. OLE color: 11535024.
HSL color Cylindrical-coordinate representation of color #B002B0: hue angle of 300º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002B0 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0 | 0.31 |
| HSL | 300º | 0.98% | 0.35% | - |
| HSV(B) | 300º | 0.99% | 0.69% | - |
| XYZ | 25.76 | 12.41 | 42.11 | - |
| YUV | 73.86 | 185.65 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 176 | 0 | 0.99 | 0 | 0.31 | 300 | 0.98 | 0.35 |
| Hex | B0 | 2 | B0 | 0 | 63 | 0 | 1F | 12C | 62 | 23 |
| Octal | 260 | 2 | 260 | 0 | 143 | 0 | 37 | 454 | 142 | 43 |
| Binary | 10110000 | 10 | 10110000 | 0 | 1100011 | 0 | 11111 | 100101100 | 1100010 | 100011 |
Color Harmonies of #B002B0
Complementary color
Monochromatic Colors of #B002B0
Black with #B002B0
Text Example
Text Example
White with #B002B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002B0; }
p { color: rgb(176,2,176); }
H1.HeaderClassName
{
color: #B002B0;
}
.AnyTagClassName
{
color: #B002B0;
}
</style>
background-color css
<style>
a { background-color: #B002B0; }
a { background-color: rgb(176,2,176); }
div.DivClassName
{
background-color: #B002B0;
}
.BgClassName
{
background-color: #B002B0;
}
</style>
border-color css
<style>
span { border-color: #B002B0; }
span { border-color: rgb(176,2,176); }
td.TdClassName
{
border-color: #B002B0;
}
.TagClassName
{
border-color: #B002B0;
}
</style>