Shades of Deep Magenta #B50BCD
Tints of Deep Magenta #B50BCD
RGB
CMYK
RGB Variations
Color information
#B50BCD (or 0xB50BCD) is known color: Deep Magenta. HEX triplet: B5, 0B and CD. RGB value is (181,11,205). Sum of RGB (Red+Green+Blue) = 181+11+205=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #B50BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BCD is #4AF432. Grayscale: #535353. Windows color (decimal): -4912179 or 13437877. OLE color: 13437877.
HSL color Cylindrical-coordinate representation of color #B50BCD: hue angle of 292.58º degrees, saturation: 0.9, 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 #B50BCD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 11 | 205 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.20 |
| HSL | 292.58º | 0.9% | 0.42% | - |
| HSV(B) | 292.58º | 0.95% | 0.8% | - |
| XYZ | 30.2 | 14.47 | 58.96 | - |
| YUV | 83.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 205 | 0.12 | 0.95 | 0 | 0.20 | 292.58 | 0.9 | 0.42 |
| Hex | B5 | B | CD | C | 5F | 0 | 14 | 125 | 5A | 2A |
| Octal | 265 | 13 | 315 | 14 | 137 | 0 | 24 | 445 | 132 | 52 |
| Binary | 10110101 | 1011 | 11001101 | 1100 | 1011111 | 0 | 10100 | 100100101 | 1011010 | 101010 |
Color Harmonies of #B50BCD
Complementary color
Monochromatic Colors of #B50BCD
Black with #B50BCD
Text Example
Text Example
White with #B50BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BCD; }
p { color: rgb(181,11,205); }
H1.HeaderClassName
{
color: #B50BCD;
}
.AnyTagClassName
{
color: #B50BCD;
}
</style>
background-color css
<style>
a { background-color: #B50BCD; }
a { background-color: rgb(181,11,205); }
div.DivClassName
{
background-color: #B50BCD;
}
.BgClassName
{
background-color: #B50BCD;
}
</style>
border-color css
<style>
span { border-color: #B50BCD; }
span { border-color: rgb(181,11,205); }
td.TdClassName
{
border-color: #B50BCD;
}
.TagClassName
{
border-color: #B50BCD;
}
</style>