Shades of Deep Magenta #B30ABB
Tints of Deep Magenta #B30ABB
RGB
CMYK
RGB Variations
Color information
#B30ABB (or 0xB30ABB) is known color: Deep Magenta. HEX triplet: B3, 0A and BB. RGB value is (179,10,187). Sum of RGB (Red+Green+Blue) = 179+10+187=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #B30ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ABB is #4CF544. Grayscale: #505050. Windows color (decimal): -5043525 or 12257971. OLE color: 12257971.
HSL color Cylindrical-coordinate representation of color #B30ABB: hue angle of 297.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30ABB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 10 | 187 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.27 |
| HSL | 297.29º | 0.9% | 0.39% | - |
| HSV(B) | 297.29º | 0.95% | 0.73% | - |
| XYZ | 27.67 | 13.39 | 48.14 | - |
| YUV | 80.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 187 | 0.04 | 0.95 | 0 | 0.27 | 297.29 | 0.9 | 0.39 |
| Hex | B3 | A | BB | 4 | 5F | 0 | 1B | 129 | 5A | 27 |
| Octal | 263 | 12 | 273 | 4 | 137 | 0 | 33 | 451 | 132 | 47 |
| Binary | 10110011 | 1010 | 10111011 | 100 | 1011111 | 0 | 11011 | 100101001 | 1011010 | 100111 |
Color Harmonies of #B30ABB
Complementary color
Monochromatic Colors of #B30ABB
Black with #B30ABB
Text Example
Text Example
White with #B30ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30ABB; }
p { color: rgb(179,10,187); }
H1.HeaderClassName
{
color: #B30ABB;
}
.AnyTagClassName
{
color: #B30ABB;
}
</style>
background-color css
<style>
a { background-color: #B30ABB; }
a { background-color: rgb(179,10,187); }
div.DivClassName
{
background-color: #B30ABB;
}
.BgClassName
{
background-color: #B30ABB;
}
</style>
border-color css
<style>
span { border-color: #B30ABB; }
span { border-color: rgb(179,10,187); }
td.TdClassName
{
border-color: #B30ABB;
}
.TagClassName
{
border-color: #B30ABB;
}
</style>