Shades of Dark Violet #B115DD
Tints of Dark Violet #B115DD
RGB
CMYK
RGB Variations
Color information
#B115DD (or 0xB115DD) is known color: Dark Violet. HEX triplet: B1, 15 and DD. RGB value is (177,21,221). Sum of RGB (Red+Green+Blue) = 177+21+221=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B115DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115DD is #4EEA22. Grayscale: #595959. Windows color (decimal): -5171747 or 14489009. OLE color: 14489009.
HSL color Cylindrical-coordinate representation of color #B115DD: hue angle of 286.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B115DD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 21 | 221 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.13 |
| HSL | 286.8º | 0.83% | 0.47% | - |
| HSV(B) | 286.8º | 0.9% | 0.87% | - |
| XYZ | 31.45 | 15.1 | 69.66 | - |
| YUV | 90.44 | 201.68 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 221 | 0.20 | 0.90 | 0 | 0.13 | 286.8 | 0.83 | 0.47 |
| Hex | B1 | 15 | DD | 14 | 5A | 0 | D | 11F | 53 | 2F |
| Octal | 261 | 25 | 335 | 24 | 132 | 0 | 15 | 437 | 123 | 57 |
| Binary | 10110001 | 10101 | 11011101 | 10100 | 1011010 | 0 | 1101 | 100011111 | 1010011 | 101111 |
Color Harmonies of #B115DD
Complementary color
Monochromatic Colors of #B115DD
Black with #B115DD
Text Example
Text Example
White with #B115DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115DD; }
p { color: rgb(177,21,221); }
H1.HeaderClassName
{
color: #B115DD;
}
.AnyTagClassName
{
color: #B115DD;
}
</style>
background-color css
<style>
a { background-color: #B115DD; }
a { background-color: rgb(177,21,221); }
div.DivClassName
{
background-color: #B115DD;
}
.BgClassName
{
background-color: #B115DD;
}
</style>
border-color css
<style>
span { border-color: #B115DD; }
span { border-color: rgb(177,21,221); }
td.TdClassName
{
border-color: #B115DD;
}
.TagClassName
{
border-color: #B115DD;
}
</style>