Shades of Deep Magenta #B50BB5
Tints of Deep Magenta #B50BB5
RGB
CMYK
RGB Variations
Color information
#B50BB5 (or 0xB50BB5) is known color: Deep Magenta. HEX triplet: B5, 0B and B5. RGB value is (181,11,181). Sum of RGB (Red+Green+Blue) = 181+11+181=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B50BB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BB5 is #4AF44A. Grayscale: #505050. Windows color (decimal): -4912203 or 11865013. OLE color: 11865013.
HSL color Cylindrical-coordinate representation of color #B50BB5: hue angle of 300º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50BB5 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 181 | - |
| CMYK | 0 | 0.94 | 0 | 0.29 |
| HSL | 300º | 0.89% | 0.38% | - |
| HSV(B) | 300º | 0.94% | 0.71% | - |
| XYZ | 27.52 | 13.4 | 44.85 | - |
| YUV | 81.21 | 184.32 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 181 | 0 | 0.94 | 0 | 0.29 | 300 | 0.89 | 0.38 |
| Hex | B5 | B | B5 | 0 | 5E | 0 | 1D | 12C | 59 | 26 |
| Octal | 265 | 13 | 265 | 0 | 136 | 0 | 35 | 454 | 131 | 46 |
| Binary | 10110101 | 1011 | 10110101 | 0 | 1011110 | 0 | 11101 | 100101100 | 1011001 | 100110 |
Color Harmonies of #B50BB5
Complementary color
Monochromatic Colors of #B50BB5
Black with #B50BB5
Text Example
Text Example
White with #B50BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BB5; }
p { color: rgb(181,11,181); }
H1.HeaderClassName
{
color: #B50BB5;
}
.AnyTagClassName
{
color: #B50BB5;
}
</style>
background-color css
<style>
a { background-color: #B50BB5; }
a { background-color: rgb(181,11,181); }
div.DivClassName
{
background-color: #B50BB5;
}
.BgClassName
{
background-color: #B50BB5;
}
</style>
border-color css
<style>
span { border-color: #B50BB5; }
span { border-color: rgb(181,11,181); }
td.TdClassName
{
border-color: #B50BB5;
}
.TagClassName
{
border-color: #B50BB5;
}
</style>