Shades of Deep Magenta #B30BCE
Tints of Deep Magenta #B30BCE
RGB
CMYK
RGB Variations
Color information
#B30BCE (or 0xB30BCE) is known color: Deep Magenta. HEX triplet: B3, 0B and CE. RGB value is (179,11,206). Sum of RGB (Red+Green+Blue) = 179+11+206=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #B30BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BCE is #4CF431. Grayscale: #525252. Windows color (decimal): -5043250 or 13503411. OLE color: 13503411.
HSL color Cylindrical-coordinate representation of color #B30BCE: hue angle of 291.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30BCE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 11 | 206 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.19 |
| HSL | 291.69º | 0.9% | 0.43% | - |
| HSV(B) | 291.69º | 0.95% | 0.81% | - |
| XYZ | 29.85 | 14.28 | 59.58 | - |
| YUV | 83.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 206 | 0.13 | 0.95 | 0 | 0.19 | 291.69 | 0.9 | 0.43 |
| Hex | B3 | B | CE | D | 5F | 0 | 13 | 124 | 5A | 2B |
| Octal | 263 | 13 | 316 | 15 | 137 | 0 | 23 | 444 | 132 | 53 |
| Binary | 10110011 | 1011 | 11001110 | 1101 | 1011111 | 0 | 10011 | 100100100 | 1011010 | 101011 |
Color Harmonies of #B30BCE
Complementary color
Monochromatic Colors of #B30BCE
Black with #B30BCE
Text Example
Text Example
White with #B30BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BCE; }
p { color: rgb(179,11,206); }
H1.HeaderClassName
{
color: #B30BCE;
}
.AnyTagClassName
{
color: #B30BCE;
}
</style>
background-color css
<style>
a { background-color: #B30BCE; }
a { background-color: rgb(179,11,206); }
div.DivClassName
{
background-color: #B30BCE;
}
.BgClassName
{
background-color: #B30BCE;
}
</style>
border-color css
<style>
span { border-color: #B30BCE; }
span { border-color: rgb(179,11,206); }
td.TdClassName
{
border-color: #B30BCE;
}
.TagClassName
{
border-color: #B30BCE;
}
</style>