Shades of Deep Magenta #B519BB
Tints of Deep Magenta #B519BB
RGB
CMYK
RGB Variations
Color information
#B519BB (or 0xB519BB) is known color: Deep Magenta. HEX triplet: B5, 19 and BB. RGB value is (181,25,187). Sum of RGB (Red+Green+Blue) = 181+25+187=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #B519BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519BB is #4AE644. Grayscale: #595959. Windows color (decimal): -4908613 or 12261813. OLE color: 12261813.
HSL color Cylindrical-coordinate representation of color #B519BB: hue angle of 297.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B519BB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 25 | 187 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.27 |
| HSL | 297.78º | 0.76% | 0.42% | - |
| HSV(B) | 297.78º | 0.87% | 0.73% | - |
| XYZ | 28.37 | 14.11 | 48.24 | - |
| YUV | 90.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 187 | 0.03 | 0.87 | 0 | 0.27 | 297.78 | 0.76 | 0.42 |
| Hex | B5 | 19 | BB | 3 | 57 | 0 | 1B | 12A | 4C | 2A |
| Octal | 265 | 31 | 273 | 3 | 127 | 0 | 33 | 452 | 114 | 52 |
| Binary | 10110101 | 11001 | 10111011 | 11 | 1010111 | 0 | 11011 | 100101010 | 1001100 | 101010 |
Color Harmonies of #B519BB
Complementary color
Monochromatic Colors of #B519BB
Black with #B519BB
Text Example
Text Example
White with #B519BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519BB; }
p { color: rgb(181,25,187); }
H1.HeaderClassName
{
color: #B519BB;
}
.AnyTagClassName
{
color: #B519BB;
}
</style>
background-color css
<style>
a { background-color: #B519BB; }
a { background-color: rgb(181,25,187); }
div.DivClassName
{
background-color: #B519BB;
}
.BgClassName
{
background-color: #B519BB;
}
</style>
border-color css
<style>
span { border-color: #B519BB; }
span { border-color: rgb(181,25,187); }
td.TdClassName
{
border-color: #B519BB;
}
.TagClassName
{
border-color: #B519BB;
}
</style>