Shades of Deep Magenta #B518CB
Tints of Deep Magenta #B518CB
RGB
CMYK
RGB Variations
Color information
#B518CB (or 0xB518CB) is known color: Deep Magenta. HEX triplet: B5, 18 and CB. RGB value is (181,24,203). Sum of RGB (Red+Green+Blue) = 181+24+203=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #B518CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518CB is #4AE734. Grayscale: #5A5A5A. Windows color (decimal): -4908853 or 13310133. OLE color: 13310133.
HSL color Cylindrical-coordinate representation of color #B518CB: hue angle of 292.63º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B518CB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 24 | 203 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.20 |
| HSL | 292.63º | 0.79% | 0.45% | - |
| HSV(B) | 292.63º | 0.88% | 0.8% | - |
| XYZ | 30.16 | 14.79 | 57.76 | - |
| YUV | 91.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 203 | 0.11 | 0.88 | 0 | 0.20 | 292.63 | 0.79 | 0.45 |
| Hex | B5 | 18 | CB | B | 58 | 0 | 14 | 125 | 4F | 2D |
| Octal | 265 | 30 | 313 | 13 | 130 | 0 | 24 | 445 | 117 | 55 |
| Binary | 10110101 | 11000 | 11001011 | 1011 | 1011000 | 0 | 10100 | 100100101 | 1001111 | 101101 |
Color Harmonies of #B518CB
Complementary color
Monochromatic Colors of #B518CB
Black with #B518CB
Text Example
Text Example
White with #B518CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518CB; }
p { color: rgb(181,24,203); }
H1.HeaderClassName
{
color: #B518CB;
}
.AnyTagClassName
{
color: #B518CB;
}
</style>
background-color css
<style>
a { background-color: #B518CB; }
a { background-color: rgb(181,24,203); }
div.DivClassName
{
background-color: #B518CB;
}
.BgClassName
{
background-color: #B518CB;
}
</style>
border-color css
<style>
span { border-color: #B518CB; }
span { border-color: rgb(181,24,203); }
td.TdClassName
{
border-color: #B518CB;
}
.TagClassName
{
border-color: #B518CB;
}
</style>