Shades of Dark Violet #B118DF
Tints of Dark Violet #B118DF
RGB
CMYK
RGB Variations
Color information
#B118DF (or 0xB118DF) is known color: Dark Violet. HEX triplet: B1, 18 and DF. RGB value is (177,24,223). Sum of RGB (Red+Green+Blue) = 177+24+223=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #B118DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B118DF is #4EE720. Grayscale: #5B5B5B. Windows color (decimal): -5170977 or 14620849. OLE color: 14620849.
HSL color Cylindrical-coordinate representation of color #B118DF: hue angle of 286.13º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B118DF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 24 | 223 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.13 |
| HSL | 286.13º | 0.81% | 0.48% | - |
| HSV(B) | 286.13º | 0.89% | 0.87% | - |
| XYZ | 31.78 | 15.33 | 71.1 | - |
| YUV | 92.43 | 201.69 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 223 | 0.21 | 0.89 | 0 | 0.13 | 286.13 | 0.81 | 0.48 |
| Hex | B1 | 18 | DF | 15 | 59 | 0 | D | 11E | 51 | 30 |
| Octal | 261 | 30 | 337 | 25 | 131 | 0 | 15 | 436 | 121 | 60 |
| Binary | 10110001 | 11000 | 11011111 | 10101 | 1011001 | 0 | 1101 | 100011110 | 1010001 | 110000 |
Color Harmonies of #B118DF
Complementary color
Monochromatic Colors of #B118DF
Black with #B118DF
Text Example
Text Example
White with #B118DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118DF; }
p { color: rgb(177,24,223); }
H1.HeaderClassName
{
color: #B118DF;
}
.AnyTagClassName
{
color: #B118DF;
}
</style>
background-color css
<style>
a { background-color: #B118DF; }
a { background-color: rgb(177,24,223); }
div.DivClassName
{
background-color: #B118DF;
}
.BgClassName
{
background-color: #B118DF;
}
</style>
border-color css
<style>
span { border-color: #B118DF; }
span { border-color: rgb(177,24,223); }
td.TdClassName
{
border-color: #B118DF;
}
.TagClassName
{
border-color: #B118DF;
}
</style>