Shades of Dark Violet #B014E2
Tints of Dark Violet #B014E2
RGB
CMYK
RGB Variations
Color information
#B014E2 (or 0xB014E2) is known color: Dark Violet. HEX triplet: B0, 14 and E2. RGB value is (176,20,226). Sum of RGB (Red+Green+Blue) = 176+20+226=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #B014E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014E2 is #4FEB1D. Grayscale: #595959. Windows color (decimal): -5237534 or 14816432. OLE color: 14816432.
HSL color Cylindrical-coordinate representation of color #B014E2: hue angle of 285.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B014E2 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 20 | 226 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.11 |
| HSL | 285.44º | 0.84% | 0.48% | - |
| HSV(B) | 285.44º | 0.91% | 0.89% | - |
| XYZ | 31.88 | 15.22 | 73.21 | - |
| YUV | 90.13 | 204.68 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 226 | 0.22 | 0.91 | 0 | 0.11 | 285.44 | 0.84 | 0.48 |
| Hex | B0 | 14 | E2 | 16 | 5B | 0 | B | 11D | 54 | 30 |
| Octal | 260 | 24 | 342 | 26 | 133 | 0 | 13 | 435 | 124 | 60 |
| Binary | 10110000 | 10100 | 11100010 | 10110 | 1011011 | 0 | 1011 | 100011101 | 1010100 | 110000 |
Color Harmonies of #B014E2
Complementary color
Monochromatic Colors of #B014E2
Black with #B014E2
Text Example
Text Example
White with #B014E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014E2; }
p { color: rgb(176,20,226); }
H1.HeaderClassName
{
color: #B014E2;
}
.AnyTagClassName
{
color: #B014E2;
}
</style>
background-color css
<style>
a { background-color: #B014E2; }
a { background-color: rgb(176,20,226); }
div.DivClassName
{
background-color: #B014E2;
}
.BgClassName
{
background-color: #B014E2;
}
</style>
border-color css
<style>
span { border-color: #B014E2; }
span { border-color: rgb(176,20,226); }
td.TdClassName
{
border-color: #B014E2;
}
.TagClassName
{
border-color: #B014E2;
}
</style>