Shades of Deep Magenta #B50FB4
Tints of Deep Magenta #B50FB4
RGB
CMYK
RGB Variations
Color information
#B50FB4 (or 0xB50FB4) is known color: Deep Magenta. HEX triplet: B5, 0F and B4. RGB value is (181,15,180). Sum of RGB (Red+Green+Blue) = 181+15+180=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FB4 is #4AF04B. Grayscale: #525252. Windows color (decimal): -4911180 or 11800501. OLE color: 11800501.
HSL color Cylindrical-coordinate representation of color #B50FB4: hue angle of 300.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FB4 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 180 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.29 |
| HSL | 300.36º | 0.85% | 0.38% | - |
| HSV(B) | 300.36º | 0.92% | 0.71% | - |
| XYZ | 27.47 | 13.46 | 44.33 | - |
| YUV | 83.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 180 | 0 | 0.92 | 0.01 | 0.29 | 300.36 | 0.85 | 0.38 |
| Hex | B5 | F | B4 | 0 | 5C | 1 | 1D | 12C | 55 | 26 |
| Octal | 265 | 17 | 264 | 0 | 134 | 1 | 35 | 454 | 125 | 46 |
| Binary | 10110101 | 1111 | 10110100 | 0 | 1011100 | 1 | 11101 | 100101100 | 1010101 | 100110 |
Color Harmonies of #B50FB4
Complementary color
Monochromatic Colors of #B50FB4
Black with #B50FB4
Text Example
Text Example
White with #B50FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FB4; }
p { color: rgb(181,15,180); }
H1.HeaderClassName
{
color: #B50FB4;
}
.AnyTagClassName
{
color: #B50FB4;
}
</style>
background-color css
<style>
a { background-color: #B50FB4; }
a { background-color: rgb(181,15,180); }
div.DivClassName
{
background-color: #B50FB4;
}
.BgClassName
{
background-color: #B50FB4;
}
</style>
border-color css
<style>
span { border-color: #B50FB4; }
span { border-color: rgb(181,15,180); }
td.TdClassName
{
border-color: #B50FB4;
}
.TagClassName
{
border-color: #B50FB4;
}
</style>