Shades of Deep Magenta #B50DC1
Tints of Deep Magenta #B50DC1
RGB
CMYK
RGB Variations
Color information
#B50DC1 (or 0xB50DC1) is known color: Deep Magenta. HEX triplet: B5, 0D and C1. RGB value is (181,13,193). Sum of RGB (Red+Green+Blue) = 181+13+193=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #B50DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DC1 is #4AF23E. Grayscale: #535353. Windows color (decimal): -4911679 or 12651957. OLE color: 12651957.
HSL color Cylindrical-coordinate representation of color #B50DC1: hue angle of 296º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DC1 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 13 | 193 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.24 |
| HSL | 296º | 0.87% | 0.4% | - |
| HSV(B) | 296º | 0.93% | 0.76% | - |
| XYZ | 28.83 | 13.96 | 51.63 | - |
| YUV | 83.75 | 189.66 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 193 | 0.06 | 0.93 | 0 | 0.24 | 296 | 0.87 | 0.4 |
| Hex | B5 | D | C1 | 6 | 5D | 0 | 18 | 128 | 57 | 28 |
| Octal | 265 | 15 | 301 | 6 | 135 | 0 | 30 | 450 | 127 | 50 |
| Binary | 10110101 | 1101 | 11000001 | 110 | 1011101 | 0 | 11000 | 100101000 | 1010111 | 101000 |
Color Harmonies of #B50DC1
Complementary color
Monochromatic Colors of #B50DC1
Black with #B50DC1
Text Example
Text Example
White with #B50DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DC1; }
p { color: rgb(181,13,193); }
H1.HeaderClassName
{
color: #B50DC1;
}
.AnyTagClassName
{
color: #B50DC1;
}
</style>
background-color css
<style>
a { background-color: #B50DC1; }
a { background-color: rgb(181,13,193); }
div.DivClassName
{
background-color: #B50DC1;
}
.BgClassName
{
background-color: #B50DC1;
}
</style>
border-color css
<style>
span { border-color: #B50DC1; }
span { border-color: rgb(181,13,193); }
td.TdClassName
{
border-color: #B50DC1;
}
.TagClassName
{
border-color: #B50DC1;
}
</style>