Shades of Deep Magenta #B50CAC
Tints of Deep Magenta #B50CAC
RGB
CMYK
RGB Variations
Color information
#B50CAC (or 0xB50CAC) is known color: Deep Magenta. HEX triplet: B5, 0C and AC. RGB value is (181,12,172). Sum of RGB (Red+Green+Blue) = 181+12+172=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B50CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50CAC is #4AF353. Grayscale: #505050. Windows color (decimal): -4911956 or 11275445. OLE color: 11275445.
HSL color Cylindrical-coordinate representation of color #B50CAC: hue angle of 303.2º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50CAC is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 172 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.29 |
| HSL | 303.2º | 0.88% | 0.38% | - |
| HSV(B) | 303.2º | 0.93% | 0.71% | - |
| XYZ | 26.63 | 13.07 | 40.15 | - |
| YUV | 80.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 172 | 0 | 0.93 | 0.05 | 0.29 | 303.2 | 0.88 | 0.38 |
| Hex | B5 | C | AC | 0 | 5D | 5 | 1D | 12F | 58 | 26 |
| Octal | 265 | 14 | 254 | 0 | 135 | 5 | 35 | 457 | 130 | 46 |
| Binary | 10110101 | 1100 | 10101100 | 0 | 1011101 | 101 | 11101 | 100101111 | 1011000 | 100110 |
Color Harmonies of #B50CAC
Complementary color
Monochromatic Colors of #B50CAC
Black with #B50CAC
Text Example
Text Example
White with #B50CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CAC; }
p { color: rgb(181,12,172); }
H1.HeaderClassName
{
color: #B50CAC;
}
.AnyTagClassName
{
color: #B50CAC;
}
</style>
background-color css
<style>
a { background-color: #B50CAC; }
a { background-color: rgb(181,12,172); }
div.DivClassName
{
background-color: #B50CAC;
}
.BgClassName
{
background-color: #B50CAC;
}
</style>
border-color css
<style>
span { border-color: #B50CAC; }
span { border-color: rgb(181,12,172); }
td.TdClassName
{
border-color: #B50CAC;
}
.TagClassName
{
border-color: #B50CAC;
}
</style>