Shades of Deep Magenta #B30BBA
Tints of Deep Magenta #B30BBA
RGB
CMYK
RGB Variations
Color information
#B30BBA (or 0xB30BBA) is known color: Deep Magenta. HEX triplet: B3, 0B and BA. RGB value is (179,11,186). Sum of RGB (Red+Green+Blue) = 179+11+186=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #B30BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BBA is #4CF445. Grayscale: #505050. Windows color (decimal): -5043270 or 12192691. OLE color: 12192691.
HSL color Cylindrical-coordinate representation of color #B30BBA: hue angle of 297.6º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BBA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 11 | 186 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.27 |
| HSL | 297.6º | 0.89% | 0.39% | - |
| HSV(B) | 297.6º | 0.94% | 0.73% | - |
| XYZ | 27.57 | 13.37 | 47.58 | - |
| YUV | 81.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 186 | 0.04 | 0.94 | 0 | 0.27 | 297.6 | 0.89 | 0.39 |
| Hex | B3 | B | BA | 4 | 5E | 0 | 1B | 12A | 59 | 27 |
| Octal | 263 | 13 | 272 | 4 | 136 | 0 | 33 | 452 | 131 | 47 |
| Binary | 10110011 | 1011 | 10111010 | 100 | 1011110 | 0 | 11011 | 100101010 | 1011001 | 100111 |
Color Harmonies of #B30BBA
Complementary color
Monochromatic Colors of #B30BBA
Black with #B30BBA
Text Example
Text Example
White with #B30BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BBA; }
p { color: rgb(179,11,186); }
H1.HeaderClassName
{
color: #B30BBA;
}
.AnyTagClassName
{
color: #B30BBA;
}
</style>
background-color css
<style>
a { background-color: #B30BBA; }
a { background-color: rgb(179,11,186); }
div.DivClassName
{
background-color: #B30BBA;
}
.BgClassName
{
background-color: #B30BBA;
}
</style>
border-color css
<style>
span { border-color: #B30BBA; }
span { border-color: rgb(179,11,186); }
td.TdClassName
{
border-color: #B30BBA;
}
.TagClassName
{
border-color: #B30BBA;
}
</style>