Shades of Dark Violet #B218DD
Tints of Dark Violet #B218DD
RGB
CMYK
RGB Variations
Color information
#B218DD (or 0xB218DD) is known color: Dark Violet. HEX triplet: B2, 18 and DD. RGB value is (178,24,221). Sum of RGB (Red+Green+Blue) = 178+24+221=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #B218DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218DD is #4DE722. Grayscale: #5B5B5B. Windows color (decimal): -5105443 or 14489778. OLE color: 14489778.
HSL color Cylindrical-coordinate representation of color #B218DD: hue angle of 286.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B218DD is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 24 | 221 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.13 |
| HSL | 286.9º | 0.8% | 0.48% | - |
| HSV(B) | 286.9º | 0.89% | 0.87% | - |
| XYZ | 31.74 | 15.34 | 69.69 | - |
| YUV | 92.5 | 200.52 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 221 | 0.19 | 0.89 | 0 | 0.13 | 286.9 | 0.8 | 0.48 |
| Hex | B2 | 18 | DD | 13 | 59 | 0 | D | 11F | 50 | 30 |
| Octal | 262 | 30 | 335 | 23 | 131 | 0 | 15 | 437 | 120 | 60 |
| Binary | 10110010 | 11000 | 11011101 | 10011 | 1011001 | 0 | 1101 | 100011111 | 1010000 | 110000 |
Color Harmonies of #B218DD
Complementary color
Monochromatic Colors of #B218DD
Black with #B218DD
Text Example
Text Example
White with #B218DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B218DD; }
p { color: rgb(178,24,221); }
H1.HeaderClassName
{
color: #B218DD;
}
.AnyTagClassName
{
color: #B218DD;
}
</style>
background-color css
<style>
a { background-color: #B218DD; }
a { background-color: rgb(178,24,221); }
div.DivClassName
{
background-color: #B218DD;
}
.BgClassName
{
background-color: #B218DD;
}
</style>
border-color css
<style>
span { border-color: #B218DD; }
span { border-color: rgb(178,24,221); }
td.TdClassName
{
border-color: #B218DD;
}
.TagClassName
{
border-color: #B218DD;
}
</style>