Shades of Deep Magenta #B301AC
Tints of Deep Magenta #B301AC
RGB
CMYK
RGB Variations
Color information
#B301AC (or 0xB301AC) is known color: Deep Magenta. HEX triplet: B3, 01 and AC. RGB value is (179,1,172). Sum of RGB (Red+Green+Blue) = 179+1+172=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B301AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301AC is #4CFE53. Grayscale: #494949. Windows color (decimal): -5045844 or 11272627. OLE color: 11272627.
HSL color Cylindrical-coordinate representation of color #B301AC: hue angle of 302.36º degrees, saturation: 0.99, 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 #B301AC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.30 |
| HSL | 302.36º | 0.99% | 0.35% | - |
| HSV(B) | 302.36º | 0.99% | 0.7% | - |
| XYZ | 26.05 | 12.58 | 40.09 | - |
| YUV | 73.72 | 183.47 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 172 | 0 | 0.99 | 0.04 | 0.30 | 302.36 | 0.99 | 0.35 |
| Hex | B3 | 1 | AC | 0 | 63 | 4 | 1E | 12E | 63 | 23 |
| Octal | 263 | 1 | 254 | 0 | 143 | 4 | 36 | 456 | 143 | 43 |
| Binary | 10110011 | 1 | 10101100 | 0 | 1100011 | 100 | 11110 | 100101110 | 1100011 | 100011 |
Color Harmonies of #B301AC
Complementary color
Monochromatic Colors of #B301AC
Black with #B301AC
Text Example
Text Example
White with #B301AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301AC; }
p { color: rgb(179,1,172); }
H1.HeaderClassName
{
color: #B301AC;
}
.AnyTagClassName
{
color: #B301AC;
}
</style>
background-color css
<style>
a { background-color: #B301AC; }
a { background-color: rgb(179,1,172); }
div.DivClassName
{
background-color: #B301AC;
}
.BgClassName
{
background-color: #B301AC;
}
</style>
border-color css
<style>
span { border-color: #B301AC; }
span { border-color: rgb(179,1,172); }
td.TdClassName
{
border-color: #B301AC;
}
.TagClassName
{
border-color: #B301AC;
}
</style>