Shades of Deep Magenta #B303AC
Tints of Deep Magenta #B303AC
RGB
CMYK
RGB Variations
Color information
#B303AC (or 0xB303AC) is known color: Deep Magenta. HEX triplet: B3, 03 and AC. RGB value is (179,3,172). Sum of RGB (Red+Green+Blue) = 179+3+172=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B303AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B303AC is #4CFC53. Grayscale: #4A4A4A. Windows color (decimal): -5045332 or 11273139. OLE color: 11273139.
HSL color Cylindrical-coordinate representation of color #B303AC: hue angle of 302.39º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B303AC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 172 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.30 |
| HSL | 302.39º | 0.97% | 0.36% | - |
| HSV(B) | 302.39º | 0.98% | 0.7% | - |
| XYZ | 26.07 | 12.63 | 40.09 | - |
| YUV | 74.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 172 | 0 | 0.98 | 0.04 | 0.30 | 302.39 | 0.97 | 0.36 |
| Hex | B3 | 3 | AC | 0 | 62 | 4 | 1E | 12E | 61 | 24 |
| Octal | 263 | 3 | 254 | 0 | 142 | 4 | 36 | 456 | 141 | 44 |
| Binary | 10110011 | 11 | 10101100 | 0 | 1100010 | 100 | 11110 | 100101110 | 1100001 | 100100 |
Color Harmonies of #B303AC
Complementary color
Monochromatic Colors of #B303AC
Black with #B303AC
Text Example
Text Example
White with #B303AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303AC; }
p { color: rgb(179,3,172); }
H1.HeaderClassName
{
color: #B303AC;
}
.AnyTagClassName
{
color: #B303AC;
}
</style>
background-color css
<style>
a { background-color: #B303AC; }
a { background-color: rgb(179,3,172); }
div.DivClassName
{
background-color: #B303AC;
}
.BgClassName
{
background-color: #B303AC;
}
</style>
border-color css
<style>
span { border-color: #B303AC; }
span { border-color: rgb(179,3,172); }
td.TdClassName
{
border-color: #B303AC;
}
.TagClassName
{
border-color: #B303AC;
}
</style>