Shades of Deep Magenta #B30BCD
Tints of Deep Magenta #B30BCD
RGB
CMYK
RGB Variations
Color information
#B30BCD (or 0xB30BCD) is known color: Deep Magenta. HEX triplet: B3, 0B and CD. RGB value is (179,11,205). Sum of RGB (Red+Green+Blue) = 179+11+205=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #B30BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BCD is #4CF432. Grayscale: #525252. Windows color (decimal): -5043251 or 13437875. OLE color: 13437875.
HSL color Cylindrical-coordinate representation of color #B30BCD: hue angle of 291.96º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30BCD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 11 | 205 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.20 |
| HSL | 291.96º | 0.9% | 0.42% | - |
| HSV(B) | 291.96º | 0.95% | 0.8% | - |
| XYZ | 29.73 | 14.23 | 58.94 | - |
| YUV | 83.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 205 | 0.13 | 0.95 | 0 | 0.20 | 291.96 | 0.9 | 0.42 |
| Hex | B3 | B | CD | D | 5F | 0 | 14 | 124 | 5A | 2A |
| Octal | 263 | 13 | 315 | 15 | 137 | 0 | 24 | 444 | 132 | 52 |
| Binary | 10110011 | 1011 | 11001101 | 1101 | 1011111 | 0 | 10100 | 100100100 | 1011010 | 101010 |
Color Harmonies of #B30BCD
Complementary color
Monochromatic Colors of #B30BCD
Black with #B30BCD
Text Example
Text Example
White with #B30BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BCD; }
p { color: rgb(179,11,205); }
H1.HeaderClassName
{
color: #B30BCD;
}
.AnyTagClassName
{
color: #B30BCD;
}
</style>
background-color css
<style>
a { background-color: #B30BCD; }
a { background-color: rgb(179,11,205); }
div.DivClassName
{
background-color: #B30BCD;
}
.BgClassName
{
background-color: #B30BCD;
}
</style>
border-color css
<style>
span { border-color: #B30BCD; }
span { border-color: rgb(179,11,205); }
td.TdClassName
{
border-color: #B30BCD;
}
.TagClassName
{
border-color: #B30BCD;
}
</style>