Shades of Deep Magenta #B50CCB
Tints of Deep Magenta #B50CCB
RGB
CMYK
RGB Variations
Color information
#B50CCB (or 0xB50CCB) is known color: Deep Magenta. HEX triplet: B5, 0C and CB. RGB value is (181,12,203). Sum of RGB (Red+Green+Blue) = 181+12+203=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #B50CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CCB is #4AF334. Grayscale: #535353. Windows color (decimal): -4911925 or 13307061. OLE color: 13307061.
HSL color Cylindrical-coordinate representation of color #B50CCB: hue angle of 293.09º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CCB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 12 | 203 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.20 |
| HSL | 293.09º | 0.89% | 0.42% | - |
| HSV(B) | 293.09º | 0.94% | 0.8% | - |
| XYZ | 29.97 | 14.4 | 57.7 | - |
| YUV | 84.31 | 194.99 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 203 | 0.11 | 0.94 | 0 | 0.20 | 293.09 | 0.89 | 0.42 |
| Hex | B5 | C | CB | B | 5E | 0 | 14 | 125 | 59 | 2A |
| Octal | 265 | 14 | 313 | 13 | 136 | 0 | 24 | 445 | 131 | 52 |
| Binary | 10110101 | 1100 | 11001011 | 1011 | 1011110 | 0 | 10100 | 100100101 | 1011001 | 101010 |
Color Harmonies of #B50CCB
Complementary color
Monochromatic Colors of #B50CCB
Black with #B50CCB
Text Example
Text Example
White with #B50CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CCB; }
p { color: rgb(181,12,203); }
H1.HeaderClassName
{
color: #B50CCB;
}
.AnyTagClassName
{
color: #B50CCB;
}
</style>
background-color css
<style>
a { background-color: #B50CCB; }
a { background-color: rgb(181,12,203); }
div.DivClassName
{
background-color: #B50CCB;
}
.BgClassName
{
background-color: #B50CCB;
}
</style>
border-color css
<style>
span { border-color: #B50CCB; }
span { border-color: rgb(181,12,203); }
td.TdClassName
{
border-color: #B50CCB;
}
.TagClassName
{
border-color: #B50CCB;
}
</style>