Shades of Deep Magenta #B30DD9
Tints of Deep Magenta #B30DD9
RGB
CMYK
RGB Variations
Color information
#B30DD9 (or 0xB30DD9) is known color: Deep Magenta. HEX triplet: B3, 0D and D9. RGB value is (179,13,217). Sum of RGB (Red+Green+Blue) = 179+13+217=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #B30DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DD9 is #4CF226. Grayscale: #555555. Windows color (decimal): -5042727 or 14224819. OLE color: 14224819.
HSL color Cylindrical-coordinate representation of color #B30DD9: hue angle of 288.82º degrees, saturation: 0.89, 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 #B30DD9 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 13 | 217 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.15 |
| HSL | 288.82º | 0.89% | 0.45% | - |
| HSV(B) | 288.82º | 0.94% | 0.85% | - |
| XYZ | 31.26 | 14.88 | 66.87 | - |
| YUV | 85.89 | 202 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 217 | 0.18 | 0.94 | 0 | 0.15 | 288.82 | 0.89 | 0.45 |
| Hex | B3 | D | D9 | 12 | 5E | 0 | F | 121 | 59 | 2D |
| Octal | 263 | 15 | 331 | 22 | 136 | 0 | 17 | 441 | 131 | 55 |
| Binary | 10110011 | 1101 | 11011001 | 10010 | 1011110 | 0 | 1111 | 100100001 | 1011001 | 101101 |
Color Harmonies of #B30DD9
Complementary color
Monochromatic Colors of #B30DD9
Black with #B30DD9
Text Example
Text Example
White with #B30DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DD9; }
p { color: rgb(179,13,217); }
H1.HeaderClassName
{
color: #B30DD9;
}
.AnyTagClassName
{
color: #B30DD9;
}
</style>
background-color css
<style>
a { background-color: #B30DD9; }
a { background-color: rgb(179,13,217); }
div.DivClassName
{
background-color: #B30DD9;
}
.BgClassName
{
background-color: #B30DD9;
}
</style>
border-color css
<style>
span { border-color: #B30DD9; }
span { border-color: rgb(179,13,217); }
td.TdClassName
{
border-color: #B30DD9;
}
.TagClassName
{
border-color: #B30DD9;
}
</style>