Shades of Dark Violet #B017D7
Tints of Dark Violet #B017D7
RGB
CMYK
RGB Variations
Color information
#B017D7 (or 0xB017D7) is known color: Dark Violet. HEX triplet: B0, 17 and D7. RGB value is (176,23,215). Sum of RGB (Red+Green+Blue) = 176+23+215=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #B017D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017D7 is #4FE828. Grayscale: #5A5A5A. Windows color (decimal): -5236777 or 14096304. OLE color: 14096304.
HSL color Cylindrical-coordinate representation of color #B017D7: hue angle of 287.81º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017D7 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 23 | 215 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.16 |
| HSL | 287.81º | 0.81% | 0.47% | - |
| HSV(B) | 287.81º | 0.89% | 0.84% | - |
| XYZ | 30.48 | 14.75 | 65.53 | - |
| YUV | 90.64 | 198.19 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 215 | 0.18 | 0.89 | 0 | 0.16 | 287.81 | 0.81 | 0.47 |
| Hex | B0 | 17 | D7 | 12 | 59 | 0 | 10 | 120 | 51 | 2F |
| Octal | 260 | 27 | 327 | 22 | 131 | 0 | 20 | 440 | 121 | 57 |
| Binary | 10110000 | 10111 | 11010111 | 10010 | 1011001 | 0 | 10000 | 100100000 | 1010001 | 101111 |
Color Harmonies of #B017D7
Complementary color
Monochromatic Colors of #B017D7
Black with #B017D7
Text Example
Text Example
White with #B017D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017D7; }
p { color: rgb(176,23,215); }
H1.HeaderClassName
{
color: #B017D7;
}
.AnyTagClassName
{
color: #B017D7;
}
</style>
background-color css
<style>
a { background-color: #B017D7; }
a { background-color: rgb(176,23,215); }
div.DivClassName
{
background-color: #B017D7;
}
.BgClassName
{
background-color: #B017D7;
}
</style>
border-color css
<style>
span { border-color: #B017D7; }
span { border-color: rgb(176,23,215); }
td.TdClassName
{
border-color: #B017D7;
}
.TagClassName
{
border-color: #B017D7;
}
</style>