Shades of Deep Magenta #B30FBC
Tints of Deep Magenta #B30FBC
RGB
CMYK
RGB Variations
Color information
#B30FBC (or 0xB30FBC) is known color: Deep Magenta. HEX triplet: B3, 0F and BC. RGB value is (179,15,188). Sum of RGB (Red+Green+Blue) = 179+15+188=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #B30FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FBC is #4CF043. Grayscale: #535353. Windows color (decimal): -5042244 or 12324787. OLE color: 12324787.
HSL color Cylindrical-coordinate representation of color #B30FBC: hue angle of 296.88º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FBC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 15 | 188 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.26 |
| HSL | 296.88º | 0.85% | 0.4% | - |
| HSV(B) | 296.88º | 0.92% | 0.74% | - |
| XYZ | 27.84 | 13.56 | 48.73 | - |
| YUV | 83.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 188 | 0.05 | 0.92 | 0 | 0.26 | 296.88 | 0.85 | 0.4 |
| Hex | B3 | F | BC | 5 | 5C | 0 | 1A | 129 | 55 | 28 |
| Octal | 263 | 17 | 274 | 5 | 134 | 0 | 32 | 451 | 125 | 50 |
| Binary | 10110011 | 1111 | 10111100 | 101 | 1011100 | 0 | 11010 | 100101001 | 1010101 | 101000 |
Color Harmonies of #B30FBC
Complementary color
Monochromatic Colors of #B30FBC
Black with #B30FBC
Text Example
Text Example
White with #B30FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FBC; }
p { color: rgb(179,15,188); }
H1.HeaderClassName
{
color: #B30FBC;
}
.AnyTagClassName
{
color: #B30FBC;
}
</style>
background-color css
<style>
a { background-color: #B30FBC; }
a { background-color: rgb(179,15,188); }
div.DivClassName
{
background-color: #B30FBC;
}
.BgClassName
{
background-color: #B30FBC;
}
</style>
border-color css
<style>
span { border-color: #B30FBC; }
span { border-color: rgb(179,15,188); }
td.TdClassName
{
border-color: #B30FBC;
}
.TagClassName
{
border-color: #B30FBC;
}
</style>