Shades of Deep Magenta #B318B2
Tints of Deep Magenta #B318B2
RGB
CMYK
RGB Variations
Color information
#B318B2 (or 0xB318B2) is known color: Deep Magenta. HEX triplet: B3, 18 and B2. RGB value is (179,24,178). Sum of RGB (Red+Green+Blue) = 179+24+178=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B318B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B318B2 is #4CE74D. Grayscale: #575757. Windows color (decimal): -5039950 or 11671731. OLE color: 11671731.
HSL color Cylindrical-coordinate representation of color #B318B2: hue angle of 300.39º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B318B2 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 178 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.30 |
| HSL | 300.39º | 0.76% | 0.4% | - |
| HSV(B) | 300.39º | 0.87% | 0.7% | - |
| XYZ | 26.95 | 13.45 | 43.3 | - |
| YUV | 87.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 178 | 0 | 0.87 | 0.01 | 0.30 | 300.39 | 0.76 | 0.4 |
| Hex | B3 | 18 | B2 | 0 | 57 | 1 | 1E | 12C | 4C | 28 |
| Octal | 263 | 30 | 262 | 0 | 127 | 1 | 36 | 454 | 114 | 50 |
| Binary | 10110011 | 11000 | 10110010 | 0 | 1010111 | 1 | 11110 | 100101100 | 1001100 | 101000 |
Color Harmonies of #B318B2
Complementary color
Monochromatic Colors of #B318B2
Black with #B318B2
Text Example
Text Example
White with #B318B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B318B2; }
p { color: rgb(179,24,178); }
H1.HeaderClassName
{
color: #B318B2;
}
.AnyTagClassName
{
color: #B318B2;
}
</style>
background-color css
<style>
a { background-color: #B318B2; }
a { background-color: rgb(179,24,178); }
div.DivClassName
{
background-color: #B318B2;
}
.BgClassName
{
background-color: #B318B2;
}
</style>
border-color css
<style>
span { border-color: #B318B2; }
span { border-color: rgb(179,24,178); }
td.TdClassName
{
border-color: #B318B2;
}
.TagClassName
{
border-color: #B318B2;
}
</style>