Shades of Deep Magenta #B002B5
Tints of Deep Magenta #B002B5
RGB
CMYK
RGB Variations
Color information
#B002B5 (or 0xB002B5) is known color: Deep Magenta. HEX triplet: B0, 02 and B5. RGB value is (176,2,181). Sum of RGB (Red+Green+Blue) = 176+2+181=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #B002B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002B5 is #4FFD4A. Grayscale: #494949. Windows color (decimal): -5242187 or 11862704. OLE color: 11862704.
HSL color Cylindrical-coordinate representation of color #B002B5: hue angle of 298.32º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002B5 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 2 | 181 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.29 |
| HSL | 298.32º | 0.98% | 0.36% | - |
| HSV(B) | 298.32º | 0.99% | 0.71% | - |
| XYZ | 26.27 | 12.61 | 44.77 | - |
| YUV | 74.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 181 | 0.03 | 0.99 | 0 | 0.29 | 298.32 | 0.98 | 0.36 |
| Hex | B0 | 2 | B5 | 3 | 63 | 0 | 1D | 12A | 62 | 24 |
| Octal | 260 | 2 | 265 | 3 | 143 | 0 | 35 | 452 | 142 | 44 |
| Binary | 10110000 | 10 | 10110101 | 11 | 1100011 | 0 | 11101 | 100101010 | 1100010 | 100100 |
Color Harmonies of #B002B5
Complementary color
Monochromatic Colors of #B002B5
Black with #B002B5
Text Example
Text Example
White with #B002B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002B5; }
p { color: rgb(176,2,181); }
H1.HeaderClassName
{
color: #B002B5;
}
.AnyTagClassName
{
color: #B002B5;
}
</style>
background-color css
<style>
a { background-color: #B002B5; }
a { background-color: rgb(176,2,181); }
div.DivClassName
{
background-color: #B002B5;
}
.BgClassName
{
background-color: #B002B5;
}
</style>
border-color css
<style>
span { border-color: #B002B5; }
span { border-color: rgb(176,2,181); }
td.TdClassName
{
border-color: #B002B5;
}
.TagClassName
{
border-color: #B002B5;
}
</style>