Shades of Dark Violet #B101DE
Tints of Dark Violet #B101DE
RGB
CMYK
RGB Variations
Color information
#B101DE (or 0xB101DE) is known color: Dark Violet. HEX triplet: B1, 01 and DE. RGB value is (177,1,222). Sum of RGB (Red+Green+Blue) = 177+1+222=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #B101DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101DE is #4EFE21. Grayscale: #4E4E4E. Windows color (decimal): -5176866 or 14549425. OLE color: 14549425.
HSL color Cylindrical-coordinate representation of color #B101DE: hue angle of 287.78º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101DE is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 1 | 222 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.13 |
| HSL | 287.78º | 0.99% | 0.44% | - |
| HSV(B) | 287.78º | 1% | 0.87% | - |
| XYZ | 31.33 | 14.64 | 70.28 | - |
| YUV | 78.82 | 208.81 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 222 | 0.20 | 1.00 | 0 | 0.13 | 287.78 | 0.99 | 0.44 |
| Hex | B1 | 1 | DE | 14 | 64 | 0 | D | 120 | 63 | 2C |
| Octal | 261 | 1 | 336 | 24 | 144 | 0 | 15 | 440 | 143 | 54 |
| Binary | 10110001 | 1 | 11011110 | 10100 | 1100100 | 0 | 1101 | 100100000 | 1100011 | 101100 |
Color Harmonies of #B101DE
Complementary color
Monochromatic Colors of #B101DE
Black with #B101DE
Text Example
Text Example
White with #B101DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101DE; }
p { color: rgb(177,1,222); }
H1.HeaderClassName
{
color: #B101DE;
}
.AnyTagClassName
{
color: #B101DE;
}
</style>
background-color css
<style>
a { background-color: #B101DE; }
a { background-color: rgb(177,1,222); }
div.DivClassName
{
background-color: #B101DE;
}
.BgClassName
{
background-color: #B101DE;
}
</style>
border-color css
<style>
span { border-color: #B101DE; }
span { border-color: rgb(177,1,222); }
td.TdClassName
{
border-color: #B101DE;
}
.TagClassName
{
border-color: #B101DE;
}
</style>