Shades of Dark Violet #B113DD
Tints of Dark Violet #B113DD
RGB
CMYK
RGB Variations
Color information
#B113DD (or 0xB113DD) is known color: Dark Violet. HEX triplet: B1, 13 and DD. RGB value is (177,19,221). Sum of RGB (Red+Green+Blue) = 177+19+221=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #B113DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113DD is #4EEC22. Grayscale: #585858. Windows color (decimal): -5172259 or 14488497. OLE color: 14488497.
HSL color Cylindrical-coordinate representation of color #B113DD: hue angle of 286.93º 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 #B113DD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 19 | 221 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.13 |
| HSL | 286.93º | 0.84% | 0.47% | - |
| HSV(B) | 286.93º | 0.91% | 0.87% | - |
| XYZ | 31.42 | 15.03 | 69.65 | - |
| YUV | 89.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 221 | 0.20 | 0.91 | 0 | 0.13 | 286.93 | 0.84 | 0.47 |
| Hex | B1 | 13 | DD | 14 | 5B | 0 | D | 11F | 54 | 2F |
| Octal | 261 | 23 | 335 | 24 | 133 | 0 | 15 | 437 | 124 | 57 |
| Binary | 10110001 | 10011 | 11011101 | 10100 | 1011011 | 0 | 1101 | 100011111 | 1010100 | 101111 |
Color Harmonies of #B113DD
Complementary color
Monochromatic Colors of #B113DD
Black with #B113DD
Text Example
Text Example
White with #B113DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113DD; }
p { color: rgb(177,19,221); }
H1.HeaderClassName
{
color: #B113DD;
}
.AnyTagClassName
{
color: #B113DD;
}
</style>
background-color css
<style>
a { background-color: #B113DD; }
a { background-color: rgb(177,19,221); }
div.DivClassName
{
background-color: #B113DD;
}
.BgClassName
{
background-color: #B113DD;
}
</style>
border-color css
<style>
span { border-color: #B113DD; }
span { border-color: rgb(177,19,221); }
td.TdClassName
{
border-color: #B113DD;
}
.TagClassName
{
border-color: #B113DD;
}
</style>