Shades of Dark Violet #B113DF
Tints of Dark Violet #B113DF
RGB
CMYK
RGB Variations
Color information
#B113DF (or 0xB113DF) is known color: Dark Violet. HEX triplet: B1, 13 and DF. RGB value is (177,19,223). Sum of RGB (Red+Green+Blue) = 177+19+223=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #B113DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113DF is #4EEC20. Grayscale: #585858. Windows color (decimal): -5172257 or 14619569. OLE color: 14619569.
HSL color Cylindrical-coordinate representation of color #B113DF: hue angle of 286.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B113DF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 19 | 223 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.13 |
| HSL | 286.47º | 0.84% | 0.47% | - |
| HSV(B) | 286.47º | 0.91% | 0.87% | - |
| XYZ | 31.68 | 15.14 | 71.06 | - |
| YUV | 89.5 | 203.35 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 223 | 0.21 | 0.91 | 0 | 0.13 | 286.47 | 0.84 | 0.47 |
| Hex | B1 | 13 | DF | 15 | 5B | 0 | D | 11E | 54 | 2F |
| Octal | 261 | 23 | 337 | 25 | 133 | 0 | 15 | 436 | 124 | 57 |
| Binary | 10110001 | 10011 | 11011111 | 10101 | 1011011 | 0 | 1101 | 100011110 | 1010100 | 101111 |
Color Harmonies of #B113DF
Complementary color
Monochromatic Colors of #B113DF
Black with #B113DF
Text Example
Text Example
White with #B113DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113DF; }
p { color: rgb(177,19,223); }
H1.HeaderClassName
{
color: #B113DF;
}
.AnyTagClassName
{
color: #B113DF;
}
</style>
background-color css
<style>
a { background-color: #B113DF; }
a { background-color: rgb(177,19,223); }
div.DivClassName
{
background-color: #B113DF;
}
.BgClassName
{
background-color: #B113DF;
}
</style>
border-color css
<style>
span { border-color: #B113DF; }
span { border-color: rgb(177,19,223); }
td.TdClassName
{
border-color: #B113DF;
}
.TagClassName
{
border-color: #B113DF;
}
</style>