Shades of Dark Violet #B115DA
Tints of Dark Violet #B115DA
RGB
CMYK
RGB Variations
Color information
#B115DA (or 0xB115DA) is known color: Dark Violet. HEX triplet: B1, 15 and DA. RGB value is (177,21,218). Sum of RGB (Red+Green+Blue) = 177+21+218=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #B115DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115DA is #4EEA25. Grayscale: #595959. Windows color (decimal): -5171750 or 14292401. OLE color: 14292401.
HSL color Cylindrical-coordinate representation of color #B115DA: hue angle of 287.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B115DA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 21 | 218 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.15 |
| HSL | 287.51º | 0.82% | 0.47% | - |
| HSV(B) | 287.51º | 0.9% | 0.85% | - |
| XYZ | 31.05 | 14.95 | 67.58 | - |
| YUV | 90.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 218 | 0.19 | 0.90 | 0 | 0.15 | 287.51 | 0.82 | 0.47 |
| Hex | B1 | 15 | DA | 13 | 5A | 0 | F | 120 | 52 | 2F |
| Octal | 261 | 25 | 332 | 23 | 132 | 0 | 17 | 440 | 122 | 57 |
| Binary | 10110001 | 10101 | 11011010 | 10011 | 1011010 | 0 | 1111 | 100100000 | 1010010 | 101111 |
Color Harmonies of #B115DA
Complementary color
Monochromatic Colors of #B115DA
Black with #B115DA
Text Example
Text Example
White with #B115DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115DA; }
p { color: rgb(177,21,218); }
H1.HeaderClassName
{
color: #B115DA;
}
.AnyTagClassName
{
color: #B115DA;
}
</style>
background-color css
<style>
a { background-color: #B115DA; }
a { background-color: rgb(177,21,218); }
div.DivClassName
{
background-color: #B115DA;
}
.BgClassName
{
background-color: #B115DA;
}
</style>
border-color css
<style>
span { border-color: #B115DA; }
span { border-color: rgb(177,21,218); }
td.TdClassName
{
border-color: #B115DA;
}
.TagClassName
{
border-color: #B115DA;
}
</style>