Shades of Dark Violet #B117DA
Tints of Dark Violet #B117DA
RGB
CMYK
RGB Variations
Color information
#B117DA (or 0xB117DA) is known color: Dark Violet. HEX triplet: B1, 17 and DA. RGB value is (177,23,218). Sum of RGB (Red+Green+Blue) = 177+23+218=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #B117DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117DA is #4EE825. Grayscale: #5A5A5A. Windows color (decimal): -5171238 or 14292913. OLE color: 14292913.
HSL color Cylindrical-coordinate representation of color #B117DA: hue angle of 287.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B117DA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 23 | 218 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.15 |
| HSL | 287.38º | 0.81% | 0.47% | - |
| HSV(B) | 287.38º | 0.89% | 0.85% | - |
| XYZ | 31.09 | 15.02 | 67.59 | - |
| YUV | 91.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 218 | 0.19 | 0.89 | 0 | 0.15 | 287.38 | 0.81 | 0.47 |
| Hex | B1 | 17 | DA | 13 | 59 | 0 | F | 11F | 51 | 2F |
| Octal | 261 | 27 | 332 | 23 | 131 | 0 | 17 | 437 | 121 | 57 |
| Binary | 10110001 | 10111 | 11011010 | 10011 | 1011001 | 0 | 1111 | 100011111 | 1010001 | 101111 |
Color Harmonies of #B117DA
Complementary color
Monochromatic Colors of #B117DA
Black with #B117DA
Text Example
Text Example
White with #B117DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117DA; }
p { color: rgb(177,23,218); }
H1.HeaderClassName
{
color: #B117DA;
}
.AnyTagClassName
{
color: #B117DA;
}
</style>
background-color css
<style>
a { background-color: #B117DA; }
a { background-color: rgb(177,23,218); }
div.DivClassName
{
background-color: #B117DA;
}
.BgClassName
{
background-color: #B117DA;
}
</style>
border-color css
<style>
span { border-color: #B117DA; }
span { border-color: rgb(177,23,218); }
td.TdClassName
{
border-color: #B117DA;
}
.TagClassName
{
border-color: #B117DA;
}
</style>