Shades of Deep Magenta #B30CB9
Tints of Deep Magenta #B30CB9
RGB
CMYK
RGB Variations
Color information
#B30CB9 (or 0xB30CB9) is known color: Deep Magenta. HEX triplet: B3, 0C and B9. RGB value is (179,12,185). Sum of RGB (Red+Green+Blue) = 179+12+185=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #B30CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CB9 is #4CF346. Grayscale: #515151. Windows color (decimal): -5043015 or 12127411. OLE color: 12127411.
HSL color Cylindrical-coordinate representation of color #B30CB9: hue angle of 297.92º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30CB9 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 12 | 185 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.27 |
| HSL | 297.92º | 0.88% | 0.39% | - |
| HSV(B) | 297.92º | 0.94% | 0.73% | - |
| XYZ | 27.48 | 13.35 | 47.03 | - |
| YUV | 81.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 185 | 0.03 | 0.94 | 0 | 0.27 | 297.92 | 0.88 | 0.39 |
| Hex | B3 | C | B9 | 3 | 5E | 0 | 1B | 12A | 58 | 27 |
| Octal | 263 | 14 | 271 | 3 | 136 | 0 | 33 | 452 | 130 | 47 |
| Binary | 10110011 | 1100 | 10111001 | 11 | 1011110 | 0 | 11011 | 100101010 | 1011000 | 100111 |
Color Harmonies of #B30CB9
Complementary color
Monochromatic Colors of #B30CB9
Black with #B30CB9
Text Example
Text Example
White with #B30CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CB9; }
p { color: rgb(179,12,185); }
H1.HeaderClassName
{
color: #B30CB9;
}
.AnyTagClassName
{
color: #B30CB9;
}
</style>
background-color css
<style>
a { background-color: #B30CB9; }
a { background-color: rgb(179,12,185); }
div.DivClassName
{
background-color: #B30CB9;
}
.BgClassName
{
background-color: #B30CB9;
}
</style>
border-color css
<style>
span { border-color: #B30CB9; }
span { border-color: rgb(179,12,185); }
td.TdClassName
{
border-color: #B30CB9;
}
.TagClassName
{
border-color: #B30CB9;
}
</style>