Shades of Deep Magenta #B318D0
Tints of Deep Magenta #B318D0
RGB
CMYK
RGB Variations
Color information
#B318D0 (or 0xB318D0) is known color: Deep Magenta. HEX triplet: B3, 18 and D0. RGB value is (179,24,208). Sum of RGB (Red+Green+Blue) = 179+24+208=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #B318D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318D0 is #4CE72F. Grayscale: #5A5A5A. Windows color (decimal): -5039920 or 13637811. OLE color: 13637811.
HSL color Cylindrical-coordinate representation of color #B318D0: hue angle of 290.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B318D0 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 24 | 208 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.18 |
| HSL | 290.54º | 0.79% | 0.45% | - |
| HSV(B) | 290.54º | 0.88% | 0.82% | - |
| XYZ | 30.3 | 14.79 | 60.93 | - |
| YUV | 91.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 208 | 0.14 | 0.88 | 0 | 0.18 | 290.54 | 0.79 | 0.45 |
| Hex | B3 | 18 | D0 | E | 58 | 0 | 12 | 123 | 4F | 2D |
| Octal | 263 | 30 | 320 | 16 | 130 | 0 | 22 | 443 | 117 | 55 |
| Binary | 10110011 | 11000 | 11010000 | 1110 | 1011000 | 0 | 10010 | 100100011 | 1001111 | 101101 |
Color Harmonies of #B318D0
Complementary color
Monochromatic Colors of #B318D0
Black with #B318D0
Text Example
Text Example
White with #B318D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B318D0; }
p { color: rgb(179,24,208); }
H1.HeaderClassName
{
color: #B318D0;
}
.AnyTagClassName
{
color: #B318D0;
}
</style>
background-color css
<style>
a { background-color: #B318D0; }
a { background-color: rgb(179,24,208); }
div.DivClassName
{
background-color: #B318D0;
}
.BgClassName
{
background-color: #B318D0;
}
</style>
border-color css
<style>
span { border-color: #B318D0; }
span { border-color: rgb(179,24,208); }
td.TdClassName
{
border-color: #B318D0;
}
.TagClassName
{
border-color: #B318D0;
}
</style>