Shades of Deep Magenta #B302AB
Tints of Deep Magenta #B302AB
RGB
CMYK
RGB Variations
Color information
#B302AB (or 0xB302AB) is known color: Deep Magenta. HEX triplet: B3, 02 and AB. RGB value is (179,2,171). Sum of RGB (Red+Green+Blue) = 179+2+171=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B302AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302AB is #4CFD54. Grayscale: #494949. Windows color (decimal): -5045589 or 11207347. OLE color: 11207347.
HSL color Cylindrical-coordinate representation of color #B302AB: hue angle of 302.71º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302AB is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.30 |
| HSL | 302.71º | 0.98% | 0.35% | - |
| HSV(B) | 302.71º | 0.99% | 0.7% | - |
| XYZ | 25.96 | 12.57 | 39.59 | - |
| YUV | 74.19 | 182.64 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 171 | 0 | 0.99 | 0.04 | 0.30 | 302.71 | 0.98 | 0.35 |
| Hex | B3 | 2 | AB | 0 | 63 | 4 | 1E | 12F | 62 | 23 |
| Octal | 263 | 2 | 253 | 0 | 143 | 4 | 36 | 457 | 142 | 43 |
| Binary | 10110011 | 10 | 10101011 | 0 | 1100011 | 100 | 11110 | 100101111 | 1100010 | 100011 |
Color Harmonies of #B302AB
Complementary color
Monochromatic Colors of #B302AB
Black with #B302AB
Text Example
Text Example
White with #B302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302AB; }
p { color: rgb(179,2,171); }
H1.HeaderClassName
{
color: #B302AB;
}
.AnyTagClassName
{
color: #B302AB;
}
</style>
background-color css
<style>
a { background-color: #B302AB; }
a { background-color: rgb(179,2,171); }
div.DivClassName
{
background-color: #B302AB;
}
.BgClassName
{
background-color: #B302AB;
}
</style>
border-color css
<style>
span { border-color: #B302AB; }
span { border-color: rgb(179,2,171); }
td.TdClassName
{
border-color: #B302AB;
}
.TagClassName
{
border-color: #B302AB;
}
</style>