Shades of Deep Magenta #B30BBF
Tints of Deep Magenta #B30BBF
RGB
CMYK
RGB Variations
Color information
#B30BBF (or 0xB30BBF) is known color: Deep Magenta. HEX triplet: B3, 0B and BF. RGB value is (179,11,191). Sum of RGB (Red+Green+Blue) = 179+11+191=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #B30BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BBF is #4CF440. Grayscale: #515151. Windows color (decimal): -5043265 or 12520371. OLE color: 12520371.
HSL color Cylindrical-coordinate representation of color #B30BBF: hue angle of 296º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BBF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 11 | 191 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.25 |
| HSL | 296º | 0.89% | 0.4% | - |
| HSV(B) | 296º | 0.94% | 0.75% | - |
| XYZ | 28.11 | 13.58 | 50.43 | - |
| YUV | 81.75 | 189.66 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 191 | 0.06 | 0.94 | 0 | 0.25 | 296 | 0.89 | 0.4 |
| Hex | B3 | B | BF | 6 | 5E | 0 | 19 | 128 | 59 | 28 |
| Octal | 263 | 13 | 277 | 6 | 136 | 0 | 31 | 450 | 131 | 50 |
| Binary | 10110011 | 1011 | 10111111 | 110 | 1011110 | 0 | 11001 | 100101000 | 1011001 | 101000 |
Color Harmonies of #B30BBF
Complementary color
Monochromatic Colors of #B30BBF
Black with #B30BBF
Text Example
Text Example
White with #B30BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BBF; }
p { color: rgb(179,11,191); }
H1.HeaderClassName
{
color: #B30BBF;
}
.AnyTagClassName
{
color: #B30BBF;
}
</style>
background-color css
<style>
a { background-color: #B30BBF; }
a { background-color: rgb(179,11,191); }
div.DivClassName
{
background-color: #B30BBF;
}
.BgClassName
{
background-color: #B30BBF;
}
</style>
border-color css
<style>
span { border-color: #B30BBF; }
span { border-color: rgb(179,11,191); }
td.TdClassName
{
border-color: #B30BBF;
}
.TagClassName
{
border-color: #B30BBF;
}
</style>