Shades of Dark Violet #B018DA
Tints of Dark Violet #B018DA
RGB
CMYK
RGB Variations
Color information
#B018DA (or 0xB018DA) is known color: Dark Violet. HEX triplet: B0, 18 and DA. RGB value is (176,24,218). Sum of RGB (Red+Green+Blue) = 176+24+218=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #B018DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018DA is #4FE725. Grayscale: #5A5A5A. Windows color (decimal): -5236518 or 14293168. OLE color: 14293168.
HSL color Cylindrical-coordinate representation of color #B018DA: hue angle of 287.01º 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 #B018DA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 24 | 218 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.15 |
| HSL | 287.01º | 0.8% | 0.47% | - |
| HSV(B) | 287.01º | 0.89% | 0.85% | - |
| XYZ | 30.89 | 14.95 | 67.59 | - |
| YUV | 91.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 218 | 0.19 | 0.89 | 0 | 0.15 | 287.01 | 0.8 | 0.47 |
| Hex | B0 | 18 | DA | 13 | 59 | 0 | F | 11F | 50 | 2F |
| Octal | 260 | 30 | 332 | 23 | 131 | 0 | 17 | 437 | 120 | 57 |
| Binary | 10110000 | 11000 | 11011010 | 10011 | 1011001 | 0 | 1111 | 100011111 | 1010000 | 101111 |
Color Harmonies of #B018DA
Complementary color
Monochromatic Colors of #B018DA
Black with #B018DA
Text Example
Text Example
White with #B018DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018DA; }
p { color: rgb(176,24,218); }
H1.HeaderClassName
{
color: #B018DA;
}
.AnyTagClassName
{
color: #B018DA;
}
</style>
background-color css
<style>
a { background-color: #B018DA; }
a { background-color: rgb(176,24,218); }
div.DivClassName
{
background-color: #B018DA;
}
.BgClassName
{
background-color: #B018DA;
}
</style>
border-color css
<style>
span { border-color: #B018DA; }
span { border-color: rgb(176,24,218); }
td.TdClassName
{
border-color: #B018DA;
}
.TagClassName
{
border-color: #B018DA;
}
</style>