Shades of Deep Magenta #B301AD
Tints of Deep Magenta #B301AD
RGB
CMYK
RGB Variations
Color information
#B301AD (or 0xB301AD) is known color: Deep Magenta. HEX triplet: B3, 01 and AD. RGB value is (179,1,173). Sum of RGB (Red+Green+Blue) = 179+1+173=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B301AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301AD is #4CFE52. Grayscale: #494949. Windows color (decimal): -5045843 or 11338163. OLE color: 11338163.
HSL color Cylindrical-coordinate representation of color #B301AD: hue angle of 302.02º 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 #B301AD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.30 |
| HSL | 302.02º | 0.99% | 0.35% | - |
| HSV(B) | 302.02º | 0.99% | 0.7% | - |
| XYZ | 26.14 | 12.62 | 40.59 | - |
| YUV | 73.83 | 183.97 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 173 | 0 | 0.99 | 0.03 | 0.30 | 302.02 | 0.99 | 0.35 |
| Hex | B3 | 1 | AD | 0 | 63 | 3 | 1E | 12E | 63 | 23 |
| Octal | 263 | 1 | 255 | 0 | 143 | 3 | 36 | 456 | 143 | 43 |
| Binary | 10110011 | 1 | 10101101 | 0 | 1100011 | 11 | 11110 | 100101110 | 1100011 | 100011 |
Color Harmonies of #B301AD
Complementary color
Monochromatic Colors of #B301AD
Black with #B301AD
Text Example
Text Example
White with #B301AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301AD; }
p { color: rgb(179,1,173); }
H1.HeaderClassName
{
color: #B301AD;
}
.AnyTagClassName
{
color: #B301AD;
}
</style>
background-color css
<style>
a { background-color: #B301AD; }
a { background-color: rgb(179,1,173); }
div.DivClassName
{
background-color: #B301AD;
}
.BgClassName
{
background-color: #B301AD;
}
</style>
border-color css
<style>
span { border-color: #B301AD; }
span { border-color: rgb(179,1,173); }
td.TdClassName
{
border-color: #B301AD;
}
.TagClassName
{
border-color: #B301AD;
}
</style>