Shades of Dark Violet #B115DF
Tints of Dark Violet #B115DF
RGB
CMYK
RGB Variations
Color information
#B115DF (or 0xB115DF) is known color: Dark Violet. HEX triplet: B1, 15 and DF. RGB value is (177,21,223). Sum of RGB (Red+Green+Blue) = 177+21+223=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #B115DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115DF is #4EEA20. Grayscale: #5A5A5A. Windows color (decimal): -5171745 or 14620081. OLE color: 14620081.
HSL color Cylindrical-coordinate representation of color #B115DF: hue angle of 286.34º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B115DF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 21 | 223 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.13 |
| HSL | 286.34º | 0.83% | 0.48% | - |
| HSV(B) | 286.34º | 0.91% | 0.87% | - |
| XYZ | 31.72 | 15.21 | 71.08 | - |
| YUV | 90.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 223 | 0.21 | 0.91 | 0 | 0.13 | 286.34 | 0.83 | 0.48 |
| Hex | B1 | 15 | DF | 15 | 5B | 0 | D | 11E | 53 | 30 |
| Octal | 261 | 25 | 337 | 25 | 133 | 0 | 15 | 436 | 123 | 60 |
| Binary | 10110001 | 10101 | 11011111 | 10101 | 1011011 | 0 | 1101 | 100011110 | 1010011 | 110000 |
Color Harmonies of #B115DF
Complementary color
Monochromatic Colors of #B115DF
Black with #B115DF
Text Example
Text Example
White with #B115DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115DF; }
p { color: rgb(177,21,223); }
H1.HeaderClassName
{
color: #B115DF;
}
.AnyTagClassName
{
color: #B115DF;
}
</style>
background-color css
<style>
a { background-color: #B115DF; }
a { background-color: rgb(177,21,223); }
div.DivClassName
{
background-color: #B115DF;
}
.BgClassName
{
background-color: #B115DF;
}
</style>
border-color css
<style>
span { border-color: #B115DF; }
span { border-color: rgb(177,21,223); }
td.TdClassName
{
border-color: #B115DF;
}
.TagClassName
{
border-color: #B115DF;
}
</style>