Shades of Deep Magenta #B30BB7
Tints of Deep Magenta #B30BB7
RGB
CMYK
RGB Variations
Color information
#B30BB7 (or 0xB30BB7) is known color: Deep Magenta. HEX triplet: B3, 0B and B7. RGB value is (179,11,183). Sum of RGB (Red+Green+Blue) = 179+11+183=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #B30BB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BB7 is #4CF448. Grayscale: #505050. Windows color (decimal): -5043273 or 11996083. OLE color: 11996083.
HSL color Cylindrical-coordinate representation of color #B30BB7: hue angle of 298.6º 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 #B30BB7 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 11 | 183 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.28 |
| HSL | 298.6º | 0.89% | 0.38% | - |
| HSV(B) | 298.6º | 0.94% | 0.72% | - |
| XYZ | 27.26 | 13.24 | 45.92 | - |
| YUV | 80.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 183 | 0.02 | 0.94 | 0 | 0.28 | 298.6 | 0.89 | 0.38 |
| Hex | B3 | B | B7 | 2 | 5E | 0 | 1C | 12B | 59 | 26 |
| Octal | 263 | 13 | 267 | 2 | 136 | 0 | 34 | 453 | 131 | 46 |
| Binary | 10110011 | 1011 | 10110111 | 10 | 1011110 | 0 | 11100 | 100101011 | 1011001 | 100110 |
Color Harmonies of #B30BB7
Complementary color
Monochromatic Colors of #B30BB7
Black with #B30BB7
Text Example
Text Example
White with #B30BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BB7; }
p { color: rgb(179,11,183); }
H1.HeaderClassName
{
color: #B30BB7;
}
.AnyTagClassName
{
color: #B30BB7;
}
</style>
background-color css
<style>
a { background-color: #B30BB7; }
a { background-color: rgb(179,11,183); }
div.DivClassName
{
background-color: #B30BB7;
}
.BgClassName
{
background-color: #B30BB7;
}
</style>
border-color css
<style>
span { border-color: #B30BB7; }
span { border-color: rgb(179,11,183); }
td.TdClassName
{
border-color: #B30BB7;
}
.TagClassName
{
border-color: #B30BB7;
}
</style>