Shades of Deep Magenta #B50CB5
Tints of Deep Magenta #B50CB5
RGB
CMYK
RGB Variations
Color information
#B50CB5 (or 0xB50CB5) is known color: Deep Magenta. HEX triplet: B5, 0C and B5. RGB value is (181,12,181). Sum of RGB (Red+Green+Blue) = 181+12+181=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B50CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CB5 is #4AF34A. Grayscale: #515151. Windows color (decimal): -4911947 or 11865269. OLE color: 11865269.
HSL color Cylindrical-coordinate representation of color #B50CB5: hue angle of 300º 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 #B50CB5 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 181 | - |
| CMYK | 0 | 0.93 | 0 | 0.29 |
| HSL | 300º | 0.88% | 0.38% | - |
| HSV(B) | 300º | 0.93% | 0.71% | - |
| XYZ | 27.53 | 13.42 | 44.86 | - |
| YUV | 81.8 | 183.99 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 181 | 0 | 0.93 | 0 | 0.29 | 300 | 0.88 | 0.38 |
| Hex | B5 | C | B5 | 0 | 5D | 0 | 1D | 12C | 58 | 26 |
| Octal | 265 | 14 | 265 | 0 | 135 | 0 | 35 | 454 | 130 | 46 |
| Binary | 10110101 | 1100 | 10110101 | 0 | 1011101 | 0 | 11101 | 100101100 | 1011000 | 100110 |
Color Harmonies of #B50CB5
Complementary color
Monochromatic Colors of #B50CB5
Black with #B50CB5
Text Example
Text Example
White with #B50CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CB5; }
p { color: rgb(181,12,181); }
H1.HeaderClassName
{
color: #B50CB5;
}
.AnyTagClassName
{
color: #B50CB5;
}
</style>
background-color css
<style>
a { background-color: #B50CB5; }
a { background-color: rgb(181,12,181); }
div.DivClassName
{
background-color: #B50CB5;
}
.BgClassName
{
background-color: #B50CB5;
}
</style>
border-color css
<style>
span { border-color: #B50CB5; }
span { border-color: rgb(181,12,181); }
td.TdClassName
{
border-color: #B50CB5;
}
.TagClassName
{
border-color: #B50CB5;
}
</style>