Shades of Deep Magenta #B30BB8
Tints of Deep Magenta #B30BB8
RGB
CMYK
RGB Variations
Color information
#B30BB8 (or 0xB30BB8) is known color: Deep Magenta. HEX triplet: B3, 0B and B8. RGB value is (179,11,184). Sum of RGB (Red+Green+Blue) = 179+11+184=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #B30BB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BB8 is #4CF447. Grayscale: #505050. Windows color (decimal): -5043272 or 12061619. OLE color: 12061619.
HSL color Cylindrical-coordinate representation of color #B30BB8: hue angle of 298.27º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BB8 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 11 | 184 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.28 |
| HSL | 298.27º | 0.89% | 0.38% | - |
| HSV(B) | 298.27º | 0.94% | 0.72% | - |
| XYZ | 27.36 | 13.28 | 46.47 | - |
| YUV | 80.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 184 | 0.03 | 0.94 | 0 | 0.28 | 298.27 | 0.89 | 0.38 |
| Hex | B3 | B | B8 | 3 | 5E | 0 | 1C | 12A | 59 | 26 |
| Octal | 263 | 13 | 270 | 3 | 136 | 0 | 34 | 452 | 131 | 46 |
| Binary | 10110011 | 1011 | 10111000 | 11 | 1011110 | 0 | 11100 | 100101010 | 1011001 | 100110 |
Color Harmonies of #B30BB8
Complementary color
Monochromatic Colors of #B30BB8
Black with #B30BB8
Text Example
Text Example
White with #B30BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BB8; }
p { color: rgb(179,11,184); }
H1.HeaderClassName
{
color: #B30BB8;
}
.AnyTagClassName
{
color: #B30BB8;
}
</style>
background-color css
<style>
a { background-color: #B30BB8; }
a { background-color: rgb(179,11,184); }
div.DivClassName
{
background-color: #B30BB8;
}
.BgClassName
{
background-color: #B30BB8;
}
</style>
border-color css
<style>
span { border-color: #B30BB8; }
span { border-color: rgb(179,11,184); }
td.TdClassName
{
border-color: #B30BB8;
}
.TagClassName
{
border-color: #B30BB8;
}
</style>