Shades of Deep Magenta #B30BD8
Tints of Deep Magenta #B30BD8
RGB
CMYK
RGB Variations
Color information
#B30BD8 (or 0xB30BD8) is known color: Deep Magenta. HEX triplet: B3, 0B and D8. RGB value is (179,11,216). Sum of RGB (Red+Green+Blue) = 179+11+216=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #B30BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BD8 is #4CF427. Grayscale: #535353. Windows color (decimal): -5043240 or 14158771. OLE color: 14158771.
HSL color Cylindrical-coordinate representation of color #B30BD8: hue angle of 289.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30BD8 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 11 | 216 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.15 |
| HSL | 289.17º | 0.9% | 0.45% | - |
| HSV(B) | 289.17º | 0.95% | 0.85% | - |
| XYZ | 31.1 | 14.78 | 66.18 | - |
| YUV | 84.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 216 | 0.17 | 0.95 | 0 | 0.15 | 289.17 | 0.9 | 0.45 |
| Hex | B3 | B | D8 | 11 | 5F | 0 | F | 121 | 5A | 2D |
| Octal | 263 | 13 | 330 | 21 | 137 | 0 | 17 | 441 | 132 | 55 |
| Binary | 10110011 | 1011 | 11011000 | 10001 | 1011111 | 0 | 1111 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B30BD8
Complementary color
Monochromatic Colors of #B30BD8
Black with #B30BD8
Text Example
Text Example
White with #B30BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BD8; }
p { color: rgb(179,11,216); }
H1.HeaderClassName
{
color: #B30BD8;
}
.AnyTagClassName
{
color: #B30BD8;
}
</style>
background-color css
<style>
a { background-color: #B30BD8; }
a { background-color: rgb(179,11,216); }
div.DivClassName
{
background-color: #B30BD8;
}
.BgClassName
{
background-color: #B30BD8;
}
</style>
border-color css
<style>
span { border-color: #B30BD8; }
span { border-color: rgb(179,11,216); }
td.TdClassName
{
border-color: #B30BD8;
}
.TagClassName
{
border-color: #B30BD8;
}
</style>