Shades of Dark Violet #B218DA
Tints of Dark Violet #B218DA
RGB
CMYK
RGB Variations
Color information
#B218DA (or 0xB218DA) is known color: Dark Violet. HEX triplet: B2, 18 and DA. RGB value is (178,24,218). Sum of RGB (Red+Green+Blue) = 178+24+218=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #B218DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218DA is #4DE725. Grayscale: #5B5B5B. Windows color (decimal): -5105446 or 14293170. OLE color: 14293170.
HSL color Cylindrical-coordinate representation of color #B218DA: hue angle of 287.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B218DA is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 24 | 218 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.15 |
| HSL | 287.63º | 0.8% | 0.47% | - |
| HSV(B) | 287.63º | 0.89% | 0.85% | - |
| XYZ | 31.34 | 15.18 | 67.61 | - |
| YUV | 92.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 218 | 0.18 | 0.89 | 0 | 0.15 | 287.63 | 0.8 | 0.47 |
| Hex | B2 | 18 | DA | 12 | 59 | 0 | F | 120 | 50 | 2F |
| Octal | 262 | 30 | 332 | 22 | 131 | 0 | 17 | 440 | 120 | 57 |
| Binary | 10110010 | 11000 | 11011010 | 10010 | 1011001 | 0 | 1111 | 100100000 | 1010000 | 101111 |
Color Harmonies of #B218DA
Complementary color
Monochromatic Colors of #B218DA
Black with #B218DA
Text Example
Text Example
White with #B218DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B218DA; }
p { color: rgb(178,24,218); }
H1.HeaderClassName
{
color: #B218DA;
}
.AnyTagClassName
{
color: #B218DA;
}
</style>
background-color css
<style>
a { background-color: #B218DA; }
a { background-color: rgb(178,24,218); }
div.DivClassName
{
background-color: #B218DA;
}
.BgClassName
{
background-color: #B218DA;
}
</style>
border-color css
<style>
span { border-color: #B218DA; }
span { border-color: rgb(178,24,218); }
td.TdClassName
{
border-color: #B218DA;
}
.TagClassName
{
border-color: #B218DA;
}
</style>