Shades of Deep Magenta #B30CCA
Tints of Deep Magenta #B30CCA
RGB
CMYK
RGB Variations
Color information
#B30CCA (or 0xB30CCA) is known color: Deep Magenta. HEX triplet: B3, 0C and CA. RGB value is (179,12,202). Sum of RGB (Red+Green+Blue) = 179+12+202=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #B30CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CCA is #4CF335. Grayscale: #535353. Windows color (decimal): -5042998 or 13241523. OLE color: 13241523.
HSL color Cylindrical-coordinate representation of color #B30CCA: hue angle of 292.74º degrees, saturation: 0.89, 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 #B30CCA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 12 | 202 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.21 |
| HSL | 292.74º | 0.89% | 0.42% | - |
| HSV(B) | 292.74º | 0.94% | 0.79% | - |
| XYZ | 29.38 | 14.11 | 57.05 | - |
| YUV | 83.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 202 | 0.11 | 0.94 | 0 | 0.21 | 292.74 | 0.89 | 0.42 |
| Hex | B3 | C | CA | B | 5E | 0 | 15 | 125 | 59 | 2A |
| Octal | 263 | 14 | 312 | 13 | 136 | 0 | 25 | 445 | 131 | 52 |
| Binary | 10110011 | 1100 | 11001010 | 1011 | 1011110 | 0 | 10101 | 100100101 | 1011001 | 101010 |
Color Harmonies of #B30CCA
Complementary color
Monochromatic Colors of #B30CCA
Black with #B30CCA
Text Example
Text Example
White with #B30CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CCA; }
p { color: rgb(179,12,202); }
H1.HeaderClassName
{
color: #B30CCA;
}
.AnyTagClassName
{
color: #B30CCA;
}
</style>
background-color css
<style>
a { background-color: #B30CCA; }
a { background-color: rgb(179,12,202); }
div.DivClassName
{
background-color: #B30CCA;
}
.BgClassName
{
background-color: #B30CCA;
}
</style>
border-color css
<style>
span { border-color: #B30CCA; }
span { border-color: rgb(179,12,202); }
td.TdClassName
{
border-color: #B30CCA;
}
.TagClassName
{
border-color: #B30CCA;
}
</style>