Shades of Deep Magenta #B30AB8
Tints of Deep Magenta #B30AB8
RGB
CMYK
RGB Variations
Color information
#B30AB8 (or 0xB30AB8) is known color: Deep Magenta. HEX triplet: B3, 0A and B8. RGB value is (179,10,184). Sum of RGB (Red+Green+Blue) = 179+10+184=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #B30AB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30AB8 is #4CF547. Grayscale: #4F4F4F. Windows color (decimal): -5043528 or 12061363. OLE color: 12061363.
HSL color Cylindrical-coordinate representation of color #B30AB8: hue angle of 298.28º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30AB8 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 10 | 184 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.28 |
| HSL | 298.28º | 0.9% | 0.38% | - |
| HSV(B) | 298.28º | 0.95% | 0.72% | - |
| XYZ | 27.35 | 13.26 | 46.47 | - |
| YUV | 80.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 184 | 0.03 | 0.95 | 0 | 0.28 | 298.28 | 0.9 | 0.38 |
| Hex | B3 | A | B8 | 3 | 5F | 0 | 1C | 12A | 5A | 26 |
| Octal | 263 | 12 | 270 | 3 | 137 | 0 | 34 | 452 | 132 | 46 |
| Binary | 10110011 | 1010 | 10111000 | 11 | 1011111 | 0 | 11100 | 100101010 | 1011010 | 100110 |
Color Harmonies of #B30AB8
Complementary color
Monochromatic Colors of #B30AB8
Black with #B30AB8
Text Example
Text Example
White with #B30AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AB8; }
p { color: rgb(179,10,184); }
H1.HeaderClassName
{
color: #B30AB8;
}
.AnyTagClassName
{
color: #B30AB8;
}
</style>
background-color css
<style>
a { background-color: #B30AB8; }
a { background-color: rgb(179,10,184); }
div.DivClassName
{
background-color: #B30AB8;
}
.BgClassName
{
background-color: #B30AB8;
}
</style>
border-color css
<style>
span { border-color: #B30AB8; }
span { border-color: rgb(179,10,184); }
td.TdClassName
{
border-color: #B30AB8;
}
.TagClassName
{
border-color: #B30AB8;
}
</style>