Shades of Deep Magenta #B30BBC
Tints of Deep Magenta #B30BBC
RGB
CMYK
RGB Variations
Color information
#B30BBC (or 0xB30BBC) is known color: Deep Magenta. HEX triplet: B3, 0B and BC. RGB value is (179,11,188). Sum of RGB (Red+Green+Blue) = 179+11+188=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #B30BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BBC is #4CF443. Grayscale: #505050. Windows color (decimal): -5043268 or 12323763. OLE color: 12323763.
HSL color Cylindrical-coordinate representation of color #B30BBC: hue angle of 296.95º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BBC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 11 | 188 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.26 |
| HSL | 296.95º | 0.89% | 0.39% | - |
| HSV(B) | 296.95º | 0.94% | 0.74% | - |
| XYZ | 27.79 | 13.45 | 48.71 | - |
| YUV | 81.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 188 | 0.05 | 0.94 | 0 | 0.26 | 296.95 | 0.89 | 0.39 |
| Hex | B3 | B | BC | 5 | 5E | 0 | 1A | 129 | 59 | 27 |
| Octal | 263 | 13 | 274 | 5 | 136 | 0 | 32 | 451 | 131 | 47 |
| Binary | 10110011 | 1011 | 10111100 | 101 | 1011110 | 0 | 11010 | 100101001 | 1011001 | 100111 |
Color Harmonies of #B30BBC
Complementary color
Monochromatic Colors of #B30BBC
Black with #B30BBC
Text Example
Text Example
White with #B30BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BBC; }
p { color: rgb(179,11,188); }
H1.HeaderClassName
{
color: #B30BBC;
}
.AnyTagClassName
{
color: #B30BBC;
}
</style>
background-color css
<style>
a { background-color: #B30BBC; }
a { background-color: rgb(179,11,188); }
div.DivClassName
{
background-color: #B30BBC;
}
.BgClassName
{
background-color: #B30BBC;
}
</style>
border-color css
<style>
span { border-color: #B30BBC; }
span { border-color: rgb(179,11,188); }
td.TdClassName
{
border-color: #B30BBC;
}
.TagClassName
{
border-color: #B30BBC;
}
</style>