Shades of Deep Magenta #B50ACC
Tints of Deep Magenta #B50ACC
RGB
CMYK
RGB Variations
Color information
#B50ACC (or 0xB50ACC) is known color: Deep Magenta. HEX triplet: B5, 0A and CC. RGB value is (181,10,204). Sum of RGB (Red+Green+Blue) = 181+10+204=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #B50ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ACC is #4AF533. Grayscale: #525252. Windows color (decimal): -4912436 or 13372085. OLE color: 13372085.
HSL color Cylindrical-coordinate representation of color #B50ACC: hue angle of 292.89º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50ACC is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 10 | 204 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.2 |
| HSL | 292.89º | 0.91% | 0.42% | - |
| HSV(B) | 292.89º | 0.95% | 0.8% | - |
| XYZ | 30.06 | 14.4 | 58.32 | - |
| YUV | 83.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 204 | 0.11 | 0.95 | 0 | 0.2 | 292.89 | 0.91 | 0.42 |
| Hex | B5 | A | CC | B | 5F | 0 | 14 | 125 | 5B | 2A |
| Octal | 265 | 12 | 314 | 13 | 137 | 0 | 24 | 445 | 133 | 52 |
| Binary | 10110101 | 1010 | 11001100 | 1011 | 1011111 | 0 | 10100 | 100100101 | 1011011 | 101010 |
Color Harmonies of #B50ACC
Complementary color
Monochromatic Colors of #B50ACC
Black with #B50ACC
Text Example
Text Example
White with #B50ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50ACC; }
p { color: rgb(181,10,204); }
H1.HeaderClassName
{
color: #B50ACC;
}
.AnyTagClassName
{
color: #B50ACC;
}
</style>
background-color css
<style>
a { background-color: #B50ACC; }
a { background-color: rgb(181,10,204); }
div.DivClassName
{
background-color: #B50ACC;
}
.BgClassName
{
background-color: #B50ACC;
}
</style>
border-color css
<style>
span { border-color: #B50ACC; }
span { border-color: rgb(181,10,204); }
td.TdClassName
{
border-color: #B50ACC;
}
.TagClassName
{
border-color: #B50ACC;
}
</style>