Shades of Dark Violet #B018DC
Tints of Dark Violet #B018DC
RGB
CMYK
RGB Variations
Color information
#B018DC (or 0xB018DC) is known color: Dark Violet. HEX triplet: B0, 18 and DC. RGB value is (176,24,220). Sum of RGB (Red+Green+Blue) = 176+24+220=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #B018DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018DC is #4FE723. Grayscale: #5B5B5B. Windows color (decimal): -5236516 or 14424240. OLE color: 14424240.
HSL color Cylindrical-coordinate representation of color #B018DC: hue angle of 286.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B018DC is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 24 | 220 | - |
| CMYK | 0.2 | 0.89 | 0 | 0.14 |
| HSL | 286.53º | 0.8% | 0.48% | - |
| HSV(B) | 286.53º | 0.89% | 0.86% | - |
| XYZ | 31.15 | 15.05 | 68.97 | - |
| YUV | 91.79 | 200.36 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 220 | 0.2 | 0.89 | 0 | 0.14 | 286.53 | 0.8 | 0.48 |
| Hex | B0 | 18 | DC | 14 | 59 | 0 | E | 11F | 50 | 30 |
| Octal | 260 | 30 | 334 | 24 | 131 | 0 | 16 | 437 | 120 | 60 |
| Binary | 10110000 | 11000 | 11011100 | 10100 | 1011001 | 0 | 1110 | 100011111 | 1010000 | 110000 |
Color Harmonies of #B018DC
Complementary color
Monochromatic Colors of #B018DC
Black with #B018DC
Text Example
Text Example
White with #B018DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018DC; }
p { color: rgb(176,24,220); }
H1.HeaderClassName
{
color: #B018DC;
}
.AnyTagClassName
{
color: #B018DC;
}
</style>
background-color css
<style>
a { background-color: #B018DC; }
a { background-color: rgb(176,24,220); }
div.DivClassName
{
background-color: #B018DC;
}
.BgClassName
{
background-color: #B018DC;
}
</style>
border-color css
<style>
span { border-color: #B018DC; }
span { border-color: rgb(176,24,220); }
td.TdClassName
{
border-color: #B018DC;
}
.TagClassName
{
border-color: #B018DC;
}
</style>