Shades of Deep Magenta #B30DBE
Tints of Deep Magenta #B30DBE
RGB
CMYK
RGB Variations
Color information
#B30DBE (or 0xB30DBE) is known color: Deep Magenta. HEX triplet: B3, 0D and BE. RGB value is (179,13,190). Sum of RGB (Red+Green+Blue) = 179+13+190=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #B30DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DBE is #4CF241. Grayscale: #525252. Windows color (decimal): -5042754 or 12455347. OLE color: 12455347.
HSL color Cylindrical-coordinate representation of color #B30DBE: hue angle of 296.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30DBE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 13 | 190 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.25 |
| HSL | 296.27º | 0.87% | 0.4% | - |
| HSV(B) | 296.27º | 0.93% | 0.75% | - |
| XYZ | 28.03 | 13.59 | 49.86 | - |
| YUV | 82.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 190 | 0.06 | 0.93 | 0 | 0.25 | 296.27 | 0.87 | 0.4 |
| Hex | B3 | D | BE | 6 | 5D | 0 | 19 | 128 | 57 | 28 |
| Octal | 263 | 15 | 276 | 6 | 135 | 0 | 31 | 450 | 127 | 50 |
| Binary | 10110011 | 1101 | 10111110 | 110 | 1011101 | 0 | 11001 | 100101000 | 1010111 | 101000 |
Color Harmonies of #B30DBE
Complementary color
Monochromatic Colors of #B30DBE
Black with #B30DBE
Text Example
Text Example
White with #B30DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DBE; }
p { color: rgb(179,13,190); }
H1.HeaderClassName
{
color: #B30DBE;
}
.AnyTagClassName
{
color: #B30DBE;
}
</style>
background-color css
<style>
a { background-color: #B30DBE; }
a { background-color: rgb(179,13,190); }
div.DivClassName
{
background-color: #B30DBE;
}
.BgClassName
{
background-color: #B30DBE;
}
</style>
border-color css
<style>
span { border-color: #B30DBE; }
span { border-color: rgb(179,13,190); }
td.TdClassName
{
border-color: #B30DBE;
}
.TagClassName
{
border-color: #B30DBE;
}
</style>