Shades of Deep Magenta #B30DA8
Tints of Deep Magenta #B30DA8
RGB
CMYK
RGB Variations
Color information
#B30DA8 (or 0xB30DA8) is known color: Deep Magenta. HEX triplet: B3, 0D and A8. RGB value is (179,13,168). Sum of RGB (Red+Green+Blue) = 179+13+168=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B30DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30DA8 is #4CF257. Grayscale: #4F4F4F. Windows color (decimal): -5042776 or 11013555. OLE color: 11013555.
HSL color Cylindrical-coordinate representation of color #B30DA8: hue angle of 303.98º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30DA8 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 168 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.30 |
| HSL | 303.98º | 0.86% | 0.38% | - |
| HSV(B) | 303.98º | 0.93% | 0.7% | - |
| XYZ | 25.8 | 12.7 | 38.14 | - |
| YUV | 80.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 168 | 0 | 0.93 | 0.06 | 0.30 | 303.98 | 0.86 | 0.38 |
| Hex | B3 | D | A8 | 0 | 5D | 6 | 1E | 130 | 56 | 26 |
| Octal | 263 | 15 | 250 | 0 | 135 | 6 | 36 | 460 | 126 | 46 |
| Binary | 10110011 | 1101 | 10101000 | 0 | 1011101 | 110 | 11110 | 100110000 | 1010110 | 100110 |
Color Harmonies of #B30DA8
Complementary color
Monochromatic Colors of #B30DA8
Black with #B30DA8
Text Example
Text Example
White with #B30DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DA8; }
p { color: rgb(179,13,168); }
H1.HeaderClassName
{
color: #B30DA8;
}
.AnyTagClassName
{
color: #B30DA8;
}
</style>
background-color css
<style>
a { background-color: #B30DA8; }
a { background-color: rgb(179,13,168); }
div.DivClassName
{
background-color: #B30DA8;
}
.BgClassName
{
background-color: #B30DA8;
}
</style>
border-color css
<style>
span { border-color: #B30DA8; }
span { border-color: rgb(179,13,168); }
td.TdClassName
{
border-color: #B30DA8;
}
.TagClassName
{
border-color: #B30DA8;
}
</style>