Shades of Dark Violet #B108DF
Tints of Dark Violet #B108DF
RGB
CMYK
RGB Variations
Color information
#B108DF (or 0xB108DF) is known color: Dark Violet. HEX triplet: B1, 08 and DF. RGB value is (177,8,223). Sum of RGB (Red+Green+Blue) = 177+8+223=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #B108DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108DF is #4EF720. Grayscale: #525252. Windows color (decimal): -5175073 or 14616753. OLE color: 14616753.
HSL color Cylindrical-coordinate representation of color #B108DF: hue angle of 287.16º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B108DF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 8 | 223 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.13 |
| HSL | 287.16º | 0.93% | 0.45% | - |
| HSV(B) | 287.16º | 0.96% | 0.87% | - |
| XYZ | 31.54 | 14.85 | 71.02 | - |
| YUV | 83.04 | 206.99 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 223 | 0.21 | 0.96 | 0 | 0.13 | 287.16 | 0.93 | 0.45 |
| Hex | B1 | 8 | DF | 15 | 60 | 0 | D | 11F | 5D | 2D |
| Octal | 261 | 10 | 337 | 25 | 140 | 0 | 15 | 437 | 135 | 55 |
| Binary | 10110001 | 1000 | 11011111 | 10101 | 1100000 | 0 | 1101 | 100011111 | 1011101 | 101101 |
Color Harmonies of #B108DF
Complementary color
Monochromatic Colors of #B108DF
Black with #B108DF
Text Example
Text Example
White with #B108DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B108DF; }
p { color: rgb(177,8,223); }
H1.HeaderClassName
{
color: #B108DF;
}
.AnyTagClassName
{
color: #B108DF;
}
</style>
background-color css
<style>
a { background-color: #B108DF; }
a { background-color: rgb(177,8,223); }
div.DivClassName
{
background-color: #B108DF;
}
.BgClassName
{
background-color: #B108DF;
}
</style>
border-color css
<style>
span { border-color: #B108DF; }
span { border-color: rgb(177,8,223); }
td.TdClassName
{
border-color: #B108DF;
}
.TagClassName
{
border-color: #B108DF;
}
</style>