Shades of Dark Violet #B101D9
Tints of Dark Violet #B101D9
RGB
CMYK
RGB Variations
Color information
#B101D9 (or 0xB101D9) is known color: Dark Violet. HEX triplet: B1, 01 and D9. RGB value is (177,1,217). Sum of RGB (Red+Green+Blue) = 177+1+217=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #B101D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101D9 is #4EFE26. Grayscale: #4D4D4D. Windows color (decimal): -5176871 or 14221745. OLE color: 14221745.
HSL color Cylindrical-coordinate representation of color #B101D9: hue angle of 288.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101D9 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 1 | 217 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.15 |
| HSL | 288.89º | 0.99% | 0.43% | - |
| HSV(B) | 288.89º | 1% | 0.85% | - |
| XYZ | 30.67 | 14.38 | 66.8 | - |
| YUV | 78.25 | 206.31 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 217 | 0.18 | 1.00 | 0 | 0.15 | 288.89 | 0.99 | 0.43 |
| Hex | B1 | 1 | D9 | 12 | 64 | 0 | F | 121 | 63 | 2B |
| Octal | 261 | 1 | 331 | 22 | 144 | 0 | 17 | 441 | 143 | 53 |
| Binary | 10110001 | 1 | 11011001 | 10010 | 1100100 | 0 | 1111 | 100100001 | 1100011 | 101011 |
Color Harmonies of #B101D9
Complementary color
Monochromatic Colors of #B101D9
Black with #B101D9
Text Example
Text Example
White with #B101D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101D9; }
p { color: rgb(177,1,217); }
H1.HeaderClassName
{
color: #B101D9;
}
.AnyTagClassName
{
color: #B101D9;
}
</style>
background-color css
<style>
a { background-color: #B101D9; }
a { background-color: rgb(177,1,217); }
div.DivClassName
{
background-color: #B101D9;
}
.BgClassName
{
background-color: #B101D9;
}
</style>
border-color css
<style>
span { border-color: #B101D9; }
span { border-color: rgb(177,1,217); }
td.TdClassName
{
border-color: #B101D9;
}
.TagClassName
{
border-color: #B101D9;
}
</style>