Shades of Dark Violet #B018DD
Tints of Dark Violet #B018DD
RGB
CMYK
RGB Variations
Color information
#B018DD (or 0xB018DD) is known color: Dark Violet. HEX triplet: B0, 18 and DD. RGB value is (176,24,221). Sum of RGB (Red+Green+Blue) = 176+24+221=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #B018DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018DD is #4FE722. Grayscale: #5B5B5B. Windows color (decimal): -5236515 or 14489776. OLE color: 14489776.
HSL color Cylindrical-coordinate representation of color #B018DD: hue angle of 286.29º 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 #B018DD is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 24 | 221 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.13 |
| HSL | 286.29º | 0.8% | 0.48% | - |
| HSV(B) | 286.29º | 0.89% | 0.87% | - |
| XYZ | 31.28 | 15.1 | 69.67 | - |
| YUV | 91.91 | 200.86 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 221 | 0.20 | 0.89 | 0 | 0.13 | 286.29 | 0.8 | 0.48 |
| Hex | B0 | 18 | DD | 14 | 59 | 0 | D | 11E | 50 | 30 |
| Octal | 260 | 30 | 335 | 24 | 131 | 0 | 15 | 436 | 120 | 60 |
| Binary | 10110000 | 11000 | 11011101 | 10100 | 1011001 | 0 | 1101 | 100011110 | 1010000 | 110000 |
Color Harmonies of #B018DD
Complementary color
Monochromatic Colors of #B018DD
Black with #B018DD
Text Example
Text Example
White with #B018DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018DD; }
p { color: rgb(176,24,221); }
H1.HeaderClassName
{
color: #B018DD;
}
.AnyTagClassName
{
color: #B018DD;
}
</style>
background-color css
<style>
a { background-color: #B018DD; }
a { background-color: rgb(176,24,221); }
div.DivClassName
{
background-color: #B018DD;
}
.BgClassName
{
background-color: #B018DD;
}
</style>
border-color css
<style>
span { border-color: #B018DD; }
span { border-color: rgb(176,24,221); }
td.TdClassName
{
border-color: #B018DD;
}
.TagClassName
{
border-color: #B018DD;
}
</style>