Shades of Deep Magenta #B818D6
Tints of Deep Magenta #B818D6
RGB
CMYK
RGB Variations
Color information
#B818D6 (or 0xB818D6) is known color: Deep Magenta. HEX triplet: B8, 18 and D6. RGB value is (184,24,214). Sum of RGB (Red+Green+Blue) = 184+24+214=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #B818D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818D6 is #47E729. Grayscale: #5C5C5C. Windows color (decimal): -4712234 or 14031032. OLE color: 14031032.
HSL color Cylindrical-coordinate representation of color #B818D6: hue angle of 290.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B818D6 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 24 | 214 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.16 |
| HSL | 290.53º | 0.8% | 0.47% | - |
| HSV(B) | 290.53º | 0.89% | 0.84% | - |
| XYZ | 32.23 | 15.7 | 64.95 | - |
| YUV | 93.5 | 196.01 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 214 | 0.14 | 0.89 | 0 | 0.16 | 290.53 | 0.8 | 0.47 |
| Hex | B8 | 18 | D6 | E | 59 | 0 | 10 | 123 | 50 | 2F |
| Octal | 270 | 30 | 326 | 16 | 131 | 0 | 20 | 443 | 120 | 57 |
| Binary | 10111000 | 11000 | 11010110 | 1110 | 1011001 | 0 | 10000 | 100100011 | 1010000 | 101111 |
Color Harmonies of #B818D6
Complementary color
Monochromatic Colors of #B818D6
Black with #B818D6
Text Example
Text Example
White with #B818D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B818D6; }
p { color: rgb(184,24,214); }
H1.HeaderClassName
{
color: #B818D6;
}
.AnyTagClassName
{
color: #B818D6;
}
</style>
background-color css
<style>
a { background-color: #B818D6; }
a { background-color: rgb(184,24,214); }
div.DivClassName
{
background-color: #B818D6;
}
.BgClassName
{
background-color: #B818D6;
}
</style>
border-color css
<style>
span { border-color: #B818D6; }
span { border-color: rgb(184,24,214); }
td.TdClassName
{
border-color: #B818D6;
}
.TagClassName
{
border-color: #B818D6;
}
</style>