Shades of Deep Magenta #B301A6
Tints of Deep Magenta #B301A6
RGB
CMYK
RGB Variations
Color information
#B301A6 (or 0xB301A6) is known color: Deep Magenta. HEX triplet: B3, 01 and A6. RGB value is (179,1,166). Sum of RGB (Red+Green+Blue) = 179+1+166=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B301A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301A6 is #4CFE59. Grayscale: #484848. Windows color (decimal): -5045850 or 10879411. OLE color: 10879411.
HSL color Cylindrical-coordinate representation of color #B301A6: hue angle of 304.38º 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 #B301A6 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.30 |
| HSL | 304.38º | 0.99% | 0.35% | - |
| HSV(B) | 304.38º | 0.99% | 0.7% | - |
| XYZ | 25.48 | 12.36 | 37.12 | - |
| YUV | 73.03 | 180.47 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 166 | 0 | 0.99 | 0.07 | 0.30 | 304.38 | 0.99 | 0.35 |
| Hex | B3 | 1 | A6 | 0 | 63 | 7 | 1E | 130 | 63 | 23 |
| Octal | 263 | 1 | 246 | 0 | 143 | 7 | 36 | 460 | 143 | 43 |
| Binary | 10110011 | 1 | 10100110 | 0 | 1100011 | 111 | 11110 | 100110000 | 1100011 | 100011 |
Color Harmonies of #B301A6
Complementary color
Monochromatic Colors of #B301A6
Black with #B301A6
Text Example
Text Example
White with #B301A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301A6; }
p { color: rgb(179,1,166); }
H1.HeaderClassName
{
color: #B301A6;
}
.AnyTagClassName
{
color: #B301A6;
}
</style>
background-color css
<style>
a { background-color: #B301A6; }
a { background-color: rgb(179,1,166); }
div.DivClassName
{
background-color: #B301A6;
}
.BgClassName
{
background-color: #B301A6;
}
</style>
border-color css
<style>
span { border-color: #B301A6; }
span { border-color: rgb(179,1,166); }
td.TdClassName
{
border-color: #B301A6;
}
.TagClassName
{
border-color: #B301A6;
}
</style>