Shades of Deep Magenta #B519C3
Tints of Deep Magenta #B519C3
RGB
CMYK
RGB Variations
Color information
#B519C3 (or 0xB519C3) is known color: Deep Magenta. HEX triplet: B5, 19 and C3. RGB value is (181,25,195). Sum of RGB (Red+Green+Blue) = 181+25+195=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #B519C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519C3 is #4AE63C. Grayscale: #5A5A5A. Windows color (decimal): -4908605 or 12786101. OLE color: 12786101.
HSL color Cylindrical-coordinate representation of color #B519C3: hue angle of 295.06º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B519C3 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 25 | 195 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.24 |
| HSL | 295.06º | 0.77% | 0.43% | - |
| HSV(B) | 295.06º | 0.87% | 0.76% | - |
| XYZ | 29.25 | 14.46 | 52.88 | - |
| YUV | 91.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 195 | 0.07 | 0.87 | 0 | 0.24 | 295.06 | 0.77 | 0.43 |
| Hex | B5 | 19 | C3 | 7 | 57 | 0 | 18 | 127 | 4D | 2B |
| Octal | 265 | 31 | 303 | 7 | 127 | 0 | 30 | 447 | 115 | 53 |
| Binary | 10110101 | 11001 | 11000011 | 111 | 1010111 | 0 | 11000 | 100100111 | 1001101 | 101011 |
Color Harmonies of #B519C3
Complementary color
Monochromatic Colors of #B519C3
Black with #B519C3
Text Example
Text Example
White with #B519C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519C3; }
p { color: rgb(181,25,195); }
H1.HeaderClassName
{
color: #B519C3;
}
.AnyTagClassName
{
color: #B519C3;
}
</style>
background-color css
<style>
a { background-color: #B519C3; }
a { background-color: rgb(181,25,195); }
div.DivClassName
{
background-color: #B519C3;
}
.BgClassName
{
background-color: #B519C3;
}
</style>
border-color css
<style>
span { border-color: #B519C3; }
span { border-color: rgb(181,25,195); }
td.TdClassName
{
border-color: #B519C3;
}
.TagClassName
{
border-color: #B519C3;
}
</style>