Shades of Dark Violet #B217E0
Tints of Dark Violet #B217E0
RGB
CMYK
RGB Variations
Color information
#B217E0 (or 0xB217E0) is known color: Dark Violet. HEX triplet: B2, 17 and E0. RGB value is (178,23,224). Sum of RGB (Red+Green+Blue) = 178+23+224=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #B217E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217E0 is #4DE81F. Grayscale: #5B5B5B. Windows color (decimal): -5105696 or 14686130. OLE color: 14686130.
HSL color Cylindrical-coordinate representation of color #B217E0: hue angle of 286.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B217E0 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 23 | 224 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.12 |
| HSL | 286.27º | 0.81% | 0.48% | - |
| HSV(B) | 286.27º | 0.9% | 0.88% | - |
| XYZ | 32.12 | 15.46 | 71.81 | - |
| YUV | 92.26 | 202.35 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 224 | 0.21 | 0.90 | 0 | 0.12 | 286.27 | 0.81 | 0.48 |
| Hex | B2 | 17 | E0 | 15 | 5A | 0 | C | 11E | 51 | 30 |
| Octal | 262 | 27 | 340 | 25 | 132 | 0 | 14 | 436 | 121 | 60 |
| Binary | 10110010 | 10111 | 11100000 | 10101 | 1011010 | 0 | 1100 | 100011110 | 1010001 | 110000 |
Color Harmonies of #B217E0
Complementary color
Monochromatic Colors of #B217E0
Black with #B217E0
Text Example
Text Example
White with #B217E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217E0; }
p { color: rgb(178,23,224); }
H1.HeaderClassName
{
color: #B217E0;
}
.AnyTagClassName
{
color: #B217E0;
}
</style>
background-color css
<style>
a { background-color: #B217E0; }
a { background-color: rgb(178,23,224); }
div.DivClassName
{
background-color: #B217E0;
}
.BgClassName
{
background-color: #B217E0;
}
</style>
border-color css
<style>
span { border-color: #B217E0; }
span { border-color: rgb(178,23,224); }
td.TdClassName
{
border-color: #B217E0;
}
.TagClassName
{
border-color: #B217E0;
}
</style>