Shades of Deep Magenta #B302AC
Tints of Deep Magenta #B302AC
RGB
CMYK
RGB Variations
Color information
#B302AC (or 0xB302AC) is known color: Deep Magenta. HEX triplet: B3, 02 and AC. RGB value is (179,2,172). Sum of RGB (Red+Green+Blue) = 179+2+172=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B302AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302AC is #4CFD53. Grayscale: #494949. Windows color (decimal): -5045588 or 11272883. OLE color: 11272883.
HSL color Cylindrical-coordinate representation of color #B302AC: hue angle of 302.37º 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 #B302AC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.30 |
| HSL | 302.37º | 0.98% | 0.35% | - |
| HSV(B) | 302.37º | 0.99% | 0.7% | - |
| XYZ | 26.06 | 12.61 | 40.09 | - |
| YUV | 74.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 172 | 0 | 0.99 | 0.04 | 0.30 | 302.37 | 0.98 | 0.35 |
| Hex | B3 | 2 | AC | 0 | 63 | 4 | 1E | 12E | 62 | 23 |
| Octal | 263 | 2 | 254 | 0 | 143 | 4 | 36 | 456 | 142 | 43 |
| Binary | 10110011 | 10 | 10101100 | 0 | 1100011 | 100 | 11110 | 100101110 | 1100010 | 100011 |
Color Harmonies of #B302AC
Complementary color
Monochromatic Colors of #B302AC
Black with #B302AC
Text Example
Text Example
White with #B302AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302AC; }
p { color: rgb(179,2,172); }
H1.HeaderClassName
{
color: #B302AC;
}
.AnyTagClassName
{
color: #B302AC;
}
</style>
background-color css
<style>
a { background-color: #B302AC; }
a { background-color: rgb(179,2,172); }
div.DivClassName
{
background-color: #B302AC;
}
.BgClassName
{
background-color: #B302AC;
}
</style>
border-color css
<style>
span { border-color: #B302AC; }
span { border-color: rgb(179,2,172); }
td.TdClassName
{
border-color: #B302AC;
}
.TagClassName
{
border-color: #B302AC;
}
</style>