Shades of Deep Magenta #B30BDA
Tints of Deep Magenta #B30BDA
RGB
CMYK
RGB Variations
Color information
#B30BDA (or 0xB30BDA) is known color: Deep Magenta. HEX triplet: B3, 0B and DA. RGB value is (179,11,218). Sum of RGB (Red+Green+Blue) = 179+11+218=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #B30BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BDA is #4CF425. Grayscale: #545454. Windows color (decimal): -5043238 or 14289843. OLE color: 14289843.
HSL color Cylindrical-coordinate representation of color #B30BDA: hue angle of 288.7º 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 #B30BDA is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 11 | 218 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.15 |
| HSL | 288.7º | 0.9% | 0.45% | - |
| HSV(B) | 288.7º | 0.95% | 0.85% | - |
| XYZ | 31.36 | 14.89 | 67.55 | - |
| YUV | 84.83 | 203.16 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 218 | 0.18 | 0.95 | 0 | 0.15 | 288.7 | 0.9 | 0.45 |
| Hex | B3 | B | DA | 12 | 5F | 0 | F | 121 | 5A | 2D |
| Octal | 263 | 13 | 332 | 22 | 137 | 0 | 17 | 441 | 132 | 55 |
| Binary | 10110011 | 1011 | 11011010 | 10010 | 1011111 | 0 | 1111 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B30BDA
Complementary color
Monochromatic Colors of #B30BDA
Black with #B30BDA
Text Example
Text Example
White with #B30BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BDA; }
p { color: rgb(179,11,218); }
H1.HeaderClassName
{
color: #B30BDA;
}
.AnyTagClassName
{
color: #B30BDA;
}
</style>
background-color css
<style>
a { background-color: #B30BDA; }
a { background-color: rgb(179,11,218); }
div.DivClassName
{
background-color: #B30BDA;
}
.BgClassName
{
background-color: #B30BDA;
}
</style>
border-color css
<style>
span { border-color: #B30BDA; }
span { border-color: rgb(179,11,218); }
td.TdClassName
{
border-color: #B30BDA;
}
.TagClassName
{
border-color: #B30BDA;
}
</style>