Shades of Dark Violet #B100DC
Tints of Dark Violet #B100DC
RGB
CMYK
RGB Variations
Color information
#B100DC (or 0xB100DC) is known color: Dark Violet. HEX triplet: B1, 00 and DC. RGB value is (177,0,220). Sum of RGB (Red+Green+Blue) = 177+0+220=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #B100DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100DC is #4EFF23. Grayscale: #4D4D4D. Windows color (decimal): -5177124 or 14418097. OLE color: 14418097.
HSL color Cylindrical-coordinate representation of color #B100DC: hue angle of 288.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100DC is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 0 | 220 | - |
| CMYK | 0.20 | 1 | 0 | 0.14 |
| HSL | 288.27º | 1% | 0.43% | - |
| HSV(B) | 288.27º | 1% | 0.86% | - |
| XYZ | 31.05 | 14.51 | 68.88 | - |
| YUV | 78 | 208.14 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 220 | 0.20 | 1 | 0 | 0.14 | 288.27 | 1 | 0.43 |
| Hex | B1 | 0 | DC | 14 | 64 | 0 | E | 120 | 64 | 2B |
| Octal | 261 | 0 | 334 | 24 | 144 | 0 | 16 | 440 | 144 | 53 |
| Binary | 10110001 | 0 | 11011100 | 10100 | 1100100 | 0 | 1110 | 100100000 | 1100100 | 101011 |
Color Harmonies of #B100DC
Complementary color
Monochromatic Colors of #B100DC
Black with #B100DC
Text Example
Text Example
White with #B100DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100DC; }
p { color: rgb(177,0,220); }
H1.HeaderClassName
{
color: #B100DC;
}
.AnyTagClassName
{
color: #B100DC;
}
</style>
background-color css
<style>
a { background-color: #B100DC; }
a { background-color: rgb(177,0,220); }
div.DivClassName
{
background-color: #B100DC;
}
.BgClassName
{
background-color: #B100DC;
}
</style>
border-color css
<style>
span { border-color: #B100DC; }
span { border-color: rgb(177,0,220); }
td.TdClassName
{
border-color: #B100DC;
}
.TagClassName
{
border-color: #B100DC;
}
</style>