Shades of Deep Magenta #B301B9
Tints of Deep Magenta #B301B9
RGB
CMYK
RGB Variations
Color information
#B301B9 (or 0xB301B9) is known color: Deep Magenta. HEX triplet: B3, 01 and B9. RGB value is (179,1,185). Sum of RGB (Red+Green+Blue) = 179+1+185=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #B301B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301B9 is #4CFE46. Grayscale: #4A4A4A. Windows color (decimal): -5045831 or 12124595. OLE color: 12124595.
HSL color Cylindrical-coordinate representation of color #B301B9: hue angle of 298.04º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B301B9 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 1 | 185 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.27 |
| HSL | 298.04º | 0.99% | 0.36% | - |
| HSV(B) | 298.04º | 0.99% | 0.73% | - |
| XYZ | 27.36 | 13.11 | 46.99 | - |
| YUV | 75.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 185 | 0.03 | 0.99 | 0 | 0.27 | 298.04 | 0.99 | 0.36 |
| Hex | B3 | 1 | B9 | 3 | 63 | 0 | 1B | 12A | 63 | 24 |
| Octal | 263 | 1 | 271 | 3 | 143 | 0 | 33 | 452 | 143 | 44 |
| Binary | 10110011 | 1 | 10111001 | 11 | 1100011 | 0 | 11011 | 100101010 | 1100011 | 100100 |
Color Harmonies of #B301B9
Complementary color
Monochromatic Colors of #B301B9
Black with #B301B9
Text Example
Text Example
White with #B301B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301B9; }
p { color: rgb(179,1,185); }
H1.HeaderClassName
{
color: #B301B9;
}
.AnyTagClassName
{
color: #B301B9;
}
</style>
background-color css
<style>
a { background-color: #B301B9; }
a { background-color: rgb(179,1,185); }
div.DivClassName
{
background-color: #B301B9;
}
.BgClassName
{
background-color: #B301B9;
}
</style>
border-color css
<style>
span { border-color: #B301B9; }
span { border-color: rgb(179,1,185); }
td.TdClassName
{
border-color: #B301B9;
}
.TagClassName
{
border-color: #B301B9;
}
</style>