Shades of Dark Violet #B017D2
Tints of Dark Violet #B017D2
RGB
CMYK
RGB Variations
Color information
#B017D2 (or 0xB017D2) is known color: Dark Violet. HEX triplet: B0, 17 and D2. RGB value is (176,23,210). Sum of RGB (Red+Green+Blue) = 176+23+210=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 210 (82.42% from 255 or 51.34% from 409); Max value from RGB is 210 - color contains mainly: blue. Hex color #B017D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017D2 is #4FE82D. Grayscale: #595959. Windows color (decimal): -5236782 or 13768624. OLE color: 13768624.
HSL color Cylindrical-coordinate representation of color #B017D2: hue angle of 289.09º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017D2 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 23 | 210 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.18 |
| HSL | 289.09º | 0.8% | 0.46% | - |
| HSV(B) | 289.09º | 0.89% | 0.82% | - |
| XYZ | 29.84 | 14.5 | 62.2 | - |
| YUV | 90.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 210 | 0.16 | 0.89 | 0 | 0.18 | 289.09 | 0.8 | 0.46 |
| Hex | B0 | 17 | D2 | 10 | 59 | 0 | 12 | 121 | 50 | 2E |
| Octal | 260 | 27 | 322 | 20 | 131 | 0 | 22 | 441 | 120 | 56 |
| Binary | 10110000 | 10111 | 11010010 | 10000 | 1011001 | 0 | 10010 | 100100001 | 1010000 | 101110 |
Color Harmonies of #B017D2
Complementary color
Monochromatic Colors of #B017D2
Black with #B017D2
Text Example
Text Example
White with #B017D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017D2; }
p { color: rgb(176,23,210); }
H1.HeaderClassName
{
color: #B017D2;
}
.AnyTagClassName
{
color: #B017D2;
}
</style>
background-color css
<style>
a { background-color: #B017D2; }
a { background-color: rgb(176,23,210); }
div.DivClassName
{
background-color: #B017D2;
}
.BgClassName
{
background-color: #B017D2;
}
</style>
border-color css
<style>
span { border-color: #B017D2; }
span { border-color: rgb(176,23,210); }
td.TdClassName
{
border-color: #B017D2;
}
.TagClassName
{
border-color: #B017D2;
}
</style>