Shades of Deep Magenta #B30AB9
Tints of Deep Magenta #B30AB9
RGB
CMYK
RGB Variations
Color information
#B30AB9 (or 0xB30AB9) is known color: Deep Magenta. HEX triplet: B3, 0A and B9. RGB value is (179,10,185). Sum of RGB (Red+Green+Blue) = 179+10+185=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #B30AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30AB9 is #4CF546. Grayscale: #4F4F4F. Windows color (decimal): -5043527 or 12126899. OLE color: 12126899.
HSL color Cylindrical-coordinate representation of color #B30AB9: hue angle of 297.94º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30AB9 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 10 | 185 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.27 |
| HSL | 297.94º | 0.9% | 0.38% | - |
| HSV(B) | 297.94º | 0.95% | 0.73% | - |
| XYZ | 27.46 | 13.3 | 47.02 | - |
| YUV | 80.48 | 186.99 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 185 | 0.03 | 0.95 | 0 | 0.27 | 297.94 | 0.9 | 0.38 |
| Hex | B3 | A | B9 | 3 | 5F | 0 | 1B | 12A | 5A | 26 |
| Octal | 263 | 12 | 271 | 3 | 137 | 0 | 33 | 452 | 132 | 46 |
| Binary | 10110011 | 1010 | 10111001 | 11 | 1011111 | 0 | 11011 | 100101010 | 1011010 | 100110 |
Color Harmonies of #B30AB9
Complementary color
Monochromatic Colors of #B30AB9
Black with #B30AB9
Text Example
Text Example
White with #B30AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AB9; }
p { color: rgb(179,10,185); }
H1.HeaderClassName
{
color: #B30AB9;
}
.AnyTagClassName
{
color: #B30AB9;
}
</style>
background-color css
<style>
a { background-color: #B30AB9; }
a { background-color: rgb(179,10,185); }
div.DivClassName
{
background-color: #B30AB9;
}
.BgClassName
{
background-color: #B30AB9;
}
</style>
border-color css
<style>
span { border-color: #B30AB9; }
span { border-color: rgb(179,10,185); }
td.TdClassName
{
border-color: #B30AB9;
}
.TagClassName
{
border-color: #B30AB9;
}
</style>