Shades of Deep Magenta #B30CAA
Tints of Deep Magenta #B30CAA
RGB
CMYK
RGB Variations
Color information
#B30CAA (or 0xB30CAA) is known color: Deep Magenta. HEX triplet: B3, 0C and AA. RGB value is (179,12,170). Sum of RGB (Red+Green+Blue) = 179+12+170=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B30CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30CAA is #4CF355. Grayscale: #4F4F4F. Windows color (decimal): -5043030 or 11144371. OLE color: 11144371.
HSL color Cylindrical-coordinate representation of color #B30CAA: hue angle of 303.23º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30CAA is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 170 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.30 |
| HSL | 303.23º | 0.87% | 0.37% | - |
| HSV(B) | 303.23º | 0.93% | 0.7% | - |
| XYZ | 25.98 | 12.75 | 39.12 | - |
| YUV | 79.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 170 | 0 | 0.93 | 0.05 | 0.30 | 303.23 | 0.87 | 0.37 |
| Hex | B3 | C | AA | 0 | 5D | 5 | 1E | 12F | 57 | 25 |
| Octal | 263 | 14 | 252 | 0 | 135 | 5 | 36 | 457 | 127 | 45 |
| Binary | 10110011 | 1100 | 10101010 | 0 | 1011101 | 101 | 11110 | 100101111 | 1010111 | 100101 |
Color Harmonies of #B30CAA
Complementary color
Monochromatic Colors of #B30CAA
Black with #B30CAA
Text Example
Text Example
White with #B30CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CAA; }
p { color: rgb(179,12,170); }
H1.HeaderClassName
{
color: #B30CAA;
}
.AnyTagClassName
{
color: #B30CAA;
}
</style>
background-color css
<style>
a { background-color: #B30CAA; }
a { background-color: rgb(179,12,170); }
div.DivClassName
{
background-color: #B30CAA;
}
.BgClassName
{
background-color: #B30CAA;
}
</style>
border-color css
<style>
span { border-color: #B30CAA; }
span { border-color: rgb(179,12,170); }
td.TdClassName
{
border-color: #B30CAA;
}
.TagClassName
{
border-color: #B30CAA;
}
</style>