Shades of Deep Magenta #B30FAC
Tints of Deep Magenta #B30FAC
RGB
CMYK
RGB Variations
Color information
#B30FAC (or 0xB30FAC) is known color: Deep Magenta. HEX triplet: B3, 0F and AC. RGB value is (179,15,172). Sum of RGB (Red+Green+Blue) = 179+15+172=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B30FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30FAC is #4CF053. Grayscale: #515151. Windows color (decimal): -5042260 or 11276211. OLE color: 11276211.
HSL color Cylindrical-coordinate representation of color #B30FAC: hue angle of 302.56º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FAC is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 172 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.30 |
| HSL | 302.56º | 0.85% | 0.38% | - |
| HSV(B) | 302.56º | 0.92% | 0.7% | - |
| XYZ | 26.21 | 12.9 | 40.14 | - |
| YUV | 81.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 172 | 0 | 0.92 | 0.04 | 0.30 | 302.56 | 0.85 | 0.38 |
| Hex | B3 | F | AC | 0 | 5C | 4 | 1E | 12F | 55 | 26 |
| Octal | 263 | 17 | 254 | 0 | 134 | 4 | 36 | 457 | 125 | 46 |
| Binary | 10110011 | 1111 | 10101100 | 0 | 1011100 | 100 | 11110 | 100101111 | 1010101 | 100110 |
Color Harmonies of #B30FAC
Complementary color
Monochromatic Colors of #B30FAC
Black with #B30FAC
Text Example
Text Example
White with #B30FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FAC; }
p { color: rgb(179,15,172); }
H1.HeaderClassName
{
color: #B30FAC;
}
.AnyTagClassName
{
color: #B30FAC;
}
</style>
background-color css
<style>
a { background-color: #B30FAC; }
a { background-color: rgb(179,15,172); }
div.DivClassName
{
background-color: #B30FAC;
}
.BgClassName
{
background-color: #B30FAC;
}
</style>
border-color css
<style>
span { border-color: #B30FAC; }
span { border-color: rgb(179,15,172); }
td.TdClassName
{
border-color: #B30FAC;
}
.TagClassName
{
border-color: #B30FAC;
}
</style>