Shades of Dark Violet #B017D3
Tints of Dark Violet #B017D3
RGB
CMYK
RGB Variations
Color information
#B017D3 (or 0xB017D3) is known color: Dark Violet. HEX triplet: B0, 17 and D3. RGB value is (176,23,211). Sum of RGB (Red+Green+Blue) = 176+23+211=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #B017D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017D3 is #4FE82C. Grayscale: #595959. Windows color (decimal): -5236781 or 13834160. OLE color: 13834160.
HSL color Cylindrical-coordinate representation of color #B017D3: hue angle of 288.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017D3 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 23 | 211 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.17 |
| HSL | 288.83º | 0.8% | 0.46% | - |
| HSV(B) | 288.83º | 0.89% | 0.83% | - |
| XYZ | 29.97 | 14.55 | 62.86 | - |
| YUV | 90.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 211 | 0.17 | 0.89 | 0 | 0.17 | 288.83 | 0.8 | 0.46 |
| Hex | B0 | 17 | D3 | 11 | 59 | 0 | 11 | 121 | 50 | 2E |
| Octal | 260 | 27 | 323 | 21 | 131 | 0 | 21 | 441 | 120 | 56 |
| Binary | 10110000 | 10111 | 11010011 | 10001 | 1011001 | 0 | 10001 | 100100001 | 1010000 | 101110 |
Color Harmonies of #B017D3
Complementary color
Monochromatic Colors of #B017D3
Black with #B017D3
Text Example
Text Example
White with #B017D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017D3; }
p { color: rgb(176,23,211); }
H1.HeaderClassName
{
color: #B017D3;
}
.AnyTagClassName
{
color: #B017D3;
}
</style>
background-color css
<style>
a { background-color: #B017D3; }
a { background-color: rgb(176,23,211); }
div.DivClassName
{
background-color: #B017D3;
}
.BgClassName
{
background-color: #B017D3;
}
</style>
border-color css
<style>
span { border-color: #B017D3; }
span { border-color: rgb(176,23,211); }
td.TdClassName
{
border-color: #B017D3;
}
.TagClassName
{
border-color: #B017D3;
}
</style>