Shades of Deep Magenta #B50BCE
Tints of Deep Magenta #B50BCE
RGB
CMYK
RGB Variations
Color information
#B50BCE (or 0xB50BCE) is known color: Deep Magenta. HEX triplet: B5, 0B and CE. RGB value is (181,11,206). Sum of RGB (Red+Green+Blue) = 181+11+206=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #B50BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BCE is #4AF431. Grayscale: #535353. Windows color (decimal): -4912178 or 13503413. OLE color: 13503413.
HSL color Cylindrical-coordinate representation of color #B50BCE: hue angle of 292.31º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50BCE is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 11 | 206 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.19 |
| HSL | 292.31º | 0.9% | 0.43% | - |
| HSV(B) | 292.31º | 0.95% | 0.81% | - |
| XYZ | 30.32 | 14.52 | 59.6 | - |
| YUV | 84.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 206 | 0.12 | 0.95 | 0 | 0.19 | 292.31 | 0.9 | 0.43 |
| Hex | B5 | B | CE | C | 5F | 0 | 13 | 124 | 5A | 2B |
| Octal | 265 | 13 | 316 | 14 | 137 | 0 | 23 | 444 | 132 | 53 |
| Binary | 10110101 | 1011 | 11001110 | 1100 | 1011111 | 0 | 10011 | 100100100 | 1011010 | 101011 |
Color Harmonies of #B50BCE
Complementary color
Monochromatic Colors of #B50BCE
Black with #B50BCE
Text Example
Text Example
White with #B50BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BCE; }
p { color: rgb(181,11,206); }
H1.HeaderClassName
{
color: #B50BCE;
}
.AnyTagClassName
{
color: #B50BCE;
}
</style>
background-color css
<style>
a { background-color: #B50BCE; }
a { background-color: rgb(181,11,206); }
div.DivClassName
{
background-color: #B50BCE;
}
.BgClassName
{
background-color: #B50BCE;
}
</style>
border-color css
<style>
span { border-color: #B50BCE; }
span { border-color: rgb(181,11,206); }
td.TdClassName
{
border-color: #B50BCE;
}
.TagClassName
{
border-color: #B50BCE;
}
</style>