Shades of Deep Magenta #B30DC9
Tints of Deep Magenta #B30DC9
RGB
CMYK
RGB Variations
Color information
#B30DC9 (or 0xB30DC9) is known color: Deep Magenta. HEX triplet: B3, 0D and C9. RGB value is (179,13,201). Sum of RGB (Red+Green+Blue) = 179+13+201=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #B30DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DC9 is #4CF236. Grayscale: #535353. Windows color (decimal): -5042743 or 13176243. OLE color: 13176243.
HSL color Cylindrical-coordinate representation of color #B30DC9: hue angle of 292.98º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DC9 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 13 | 201 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.21 |
| HSL | 292.98º | 0.88% | 0.42% | - |
| HSV(B) | 292.98º | 0.94% | 0.79% | - |
| XYZ | 29.28 | 14.09 | 56.43 | - |
| YUV | 84.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 201 | 0.11 | 0.94 | 0 | 0.21 | 292.98 | 0.88 | 0.42 |
| Hex | B3 | D | C9 | B | 5E | 0 | 15 | 125 | 58 | 2A |
| Octal | 263 | 15 | 311 | 13 | 136 | 0 | 25 | 445 | 130 | 52 |
| Binary | 10110011 | 1101 | 11001001 | 1011 | 1011110 | 0 | 10101 | 100100101 | 1011000 | 101010 |
Color Harmonies of #B30DC9
Complementary color
Monochromatic Colors of #B30DC9
Black with #B30DC9
Text Example
Text Example
White with #B30DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DC9; }
p { color: rgb(179,13,201); }
H1.HeaderClassName
{
color: #B30DC9;
}
.AnyTagClassName
{
color: #B30DC9;
}
</style>
background-color css
<style>
a { background-color: #B30DC9; }
a { background-color: rgb(179,13,201); }
div.DivClassName
{
background-color: #B30DC9;
}
.BgClassName
{
background-color: #B30DC9;
}
</style>
border-color css
<style>
span { border-color: #B30DC9; }
span { border-color: rgb(179,13,201); }
td.TdClassName
{
border-color: #B30DC9;
}
.TagClassName
{
border-color: #B30DC9;
}
</style>