Shades of Deep Magenta #B318CE
Tints of Deep Magenta #B318CE
RGB
CMYK
RGB Variations
Color information
#B318CE (or 0xB318CE) is known color: Deep Magenta. HEX triplet: B3, 18 and CE. RGB value is (179,24,206). Sum of RGB (Red+Green+Blue) = 179+24+206=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #B318CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318CE is #4CE731. Grayscale: #5A5A5A. Windows color (decimal): -5039922 or 13506739. OLE color: 13506739.
HSL color Cylindrical-coordinate representation of color #B318CE: hue angle of 291.1º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B318CE is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 24 | 206 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.19 |
| HSL | 291.1º | 0.79% | 0.45% | - |
| HSV(B) | 291.1º | 0.88% | 0.81% | - |
| XYZ | 30.06 | 14.69 | 59.64 | - |
| YUV | 91.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 206 | 0.13 | 0.88 | 0 | 0.19 | 291.1 | 0.79 | 0.45 |
| Hex | B3 | 18 | CE | D | 58 | 0 | 13 | 123 | 4F | 2D |
| Octal | 263 | 30 | 316 | 15 | 130 | 0 | 23 | 443 | 117 | 55 |
| Binary | 10110011 | 11000 | 11001110 | 1101 | 1011000 | 0 | 10011 | 100100011 | 1001111 | 101101 |
Color Harmonies of #B318CE
Complementary color
Monochromatic Colors of #B318CE
Black with #B318CE
Text Example
Text Example
White with #B318CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B318CE; }
p { color: rgb(179,24,206); }
H1.HeaderClassName
{
color: #B318CE;
}
.AnyTagClassName
{
color: #B318CE;
}
</style>
background-color css
<style>
a { background-color: #B318CE; }
a { background-color: rgb(179,24,206); }
div.DivClassName
{
background-color: #B318CE;
}
.BgClassName
{
background-color: #B318CE;
}
</style>
border-color css
<style>
span { border-color: #B318CE; }
span { border-color: rgb(179,24,206); }
td.TdClassName
{
border-color: #B318CE;
}
.TagClassName
{
border-color: #B318CE;
}
</style>