Shades of Deep Magenta #B30AD8
Tints of Deep Magenta #B30AD8
RGB
CMYK
RGB Variations
Color information
#B30AD8 (or 0xB30AD8) is known color: Deep Magenta. HEX triplet: B3, 0A and D8. RGB value is (179,10,216). Sum of RGB (Red+Green+Blue) = 179+10+216=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #B30AD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30AD8 is #4CF527. Grayscale: #535353. Windows color (decimal): -5043496 or 14158515. OLE color: 14158515.
HSL color Cylindrical-coordinate representation of color #B30AD8: hue angle of 289.22º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30AD8 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 10 | 216 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.15 |
| HSL | 289.22º | 0.91% | 0.44% | - |
| HSV(B) | 289.22º | 0.95% | 0.85% | - |
| XYZ | 31.09 | 14.76 | 66.18 | - |
| YUV | 84.02 | 202.49 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 216 | 0.17 | 0.95 | 0 | 0.15 | 289.22 | 0.91 | 0.44 |
| Hex | B3 | A | D8 | 11 | 5F | 0 | F | 121 | 5B | 2C |
| Octal | 263 | 12 | 330 | 21 | 137 | 0 | 17 | 441 | 133 | 54 |
| Binary | 10110011 | 1010 | 11011000 | 10001 | 1011111 | 0 | 1111 | 100100001 | 1011011 | 101100 |
Color Harmonies of #B30AD8
Complementary color
Monochromatic Colors of #B30AD8
Black with #B30AD8
Text Example
Text Example
White with #B30AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AD8; }
p { color: rgb(179,10,216); }
H1.HeaderClassName
{
color: #B30AD8;
}
.AnyTagClassName
{
color: #B30AD8;
}
</style>
background-color css
<style>
a { background-color: #B30AD8; }
a { background-color: rgb(179,10,216); }
div.DivClassName
{
background-color: #B30AD8;
}
.BgClassName
{
background-color: #B30AD8;
}
</style>
border-color css
<style>
span { border-color: #B30AD8; }
span { border-color: rgb(179,10,216); }
td.TdClassName
{
border-color: #B30AD8;
}
.TagClassName
{
border-color: #B30AD8;
}
</style>