Shades of Deep Magenta #B50CBB
Tints of Deep Magenta #B50CBB
RGB
CMYK
RGB Variations
Color information
#B50CBB (or 0xB50CBB) is known color: Deep Magenta. HEX triplet: B5, 0C and BB. RGB value is (181,12,187). Sum of RGB (Red+Green+Blue) = 181+12+187=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #B50CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CBB is #4AF344. Grayscale: #515151. Windows color (decimal): -4911941 or 12258485. OLE color: 12258485.
HSL color Cylindrical-coordinate representation of color #B50CBB: hue angle of 297.94º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CBB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 12 | 187 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.27 |
| HSL | 297.94º | 0.88% | 0.39% | - |
| HSV(B) | 297.94º | 0.94% | 0.73% | - |
| XYZ | 28.16 | 13.67 | 48.17 | - |
| YUV | 82.48 | 186.99 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 187 | 0.03 | 0.94 | 0 | 0.27 | 297.94 | 0.88 | 0.39 |
| Hex | B5 | C | BB | 3 | 5E | 0 | 1B | 12A | 58 | 27 |
| Octal | 265 | 14 | 273 | 3 | 136 | 0 | 33 | 452 | 130 | 47 |
| Binary | 10110101 | 1100 | 10111011 | 11 | 1011110 | 0 | 11011 | 100101010 | 1011000 | 100111 |
Color Harmonies of #B50CBB
Complementary color
Monochromatic Colors of #B50CBB
Black with #B50CBB
Text Example
Text Example
White with #B50CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CBB; }
p { color: rgb(181,12,187); }
H1.HeaderClassName
{
color: #B50CBB;
}
.AnyTagClassName
{
color: #B50CBB;
}
</style>
background-color css
<style>
a { background-color: #B50CBB; }
a { background-color: rgb(181,12,187); }
div.DivClassName
{
background-color: #B50CBB;
}
.BgClassName
{
background-color: #B50CBB;
}
</style>
border-color css
<style>
span { border-color: #B50CBB; }
span { border-color: rgb(181,12,187); }
td.TdClassName
{
border-color: #B50CBB;
}
.TagClassName
{
border-color: #B50CBB;
}
</style>