Shades of Deep Magenta #B30EDA
Tints of Deep Magenta #B30EDA
RGB
CMYK
RGB Variations
Color information
#B30EDA (or 0xB30EDA) is known color: Deep Magenta. HEX triplet: B3, 0E and DA. RGB value is (179,14,218). Sum of RGB (Red+Green+Blue) = 179+14+218=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #B30EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30EDA is #4CF125. Grayscale: #555555. Windows color (decimal): -5042470 or 14290611. OLE color: 14290611.
HSL color Cylindrical-coordinate representation of color #B30EDA: hue angle of 288.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30EDA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 14 | 218 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.15 |
| HSL | 288.53º | 0.88% | 0.45% | - |
| HSV(B) | 288.53º | 0.94% | 0.85% | - |
| XYZ | 31.4 | 14.96 | 67.56 | - |
| YUV | 86.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 218 | 0.18 | 0.94 | 0 | 0.15 | 288.53 | 0.88 | 0.45 |
| Hex | B3 | E | DA | 12 | 5E | 0 | F | 121 | 58 | 2D |
| Octal | 263 | 16 | 332 | 22 | 136 | 0 | 17 | 441 | 130 | 55 |
| Binary | 10110011 | 1110 | 11011010 | 10010 | 1011110 | 0 | 1111 | 100100001 | 1011000 | 101101 |
Color Harmonies of #B30EDA
Complementary color
Monochromatic Colors of #B30EDA
Black with #B30EDA
Text Example
Text Example
White with #B30EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30EDA; }
p { color: rgb(179,14,218); }
H1.HeaderClassName
{
color: #B30EDA;
}
.AnyTagClassName
{
color: #B30EDA;
}
</style>
background-color css
<style>
a { background-color: #B30EDA; }
a { background-color: rgb(179,14,218); }
div.DivClassName
{
background-color: #B30EDA;
}
.BgClassName
{
background-color: #B30EDA;
}
</style>
border-color css
<style>
span { border-color: #B30EDA; }
span { border-color: rgb(179,14,218); }
td.TdClassName
{
border-color: #B30EDA;
}
.TagClassName
{
border-color: #B30EDA;
}
</style>