Shades of Dark Violet #B101DB
Tints of Dark Violet #B101DB
RGB
CMYK
RGB Variations
Color information
#B101DB (or 0xB101DB) is known color: Dark Violet. HEX triplet: B1, 01 and DB. RGB value is (177,1,219). Sum of RGB (Red+Green+Blue) = 177+1+219=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #B101DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101DB is #4EFE24. Grayscale: #4D4D4D. Windows color (decimal): -5176869 or 14352817. OLE color: 14352817.
HSL color Cylindrical-coordinate representation of color #B101DB: hue angle of 288.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101DB is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 1 | 219 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.14 |
| HSL | 288.44º | 0.99% | 0.43% | - |
| HSV(B) | 288.44º | 1% | 0.86% | - |
| XYZ | 30.93 | 14.48 | 68.18 | - |
| YUV | 78.48 | 207.31 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 219 | 0.19 | 1.00 | 0 | 0.14 | 288.44 | 0.99 | 0.43 |
| Hex | B1 | 1 | DB | 13 | 64 | 0 | E | 120 | 63 | 2B |
| Octal | 261 | 1 | 333 | 23 | 144 | 0 | 16 | 440 | 143 | 53 |
| Binary | 10110001 | 1 | 11011011 | 10011 | 1100100 | 0 | 1110 | 100100000 | 1100011 | 101011 |
Color Harmonies of #B101DB
Complementary color
Monochromatic Colors of #B101DB
Black with #B101DB
Text Example
Text Example
White with #B101DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101DB; }
p { color: rgb(177,1,219); }
H1.HeaderClassName
{
color: #B101DB;
}
.AnyTagClassName
{
color: #B101DB;
}
</style>
background-color css
<style>
a { background-color: #B101DB; }
a { background-color: rgb(177,1,219); }
div.DivClassName
{
background-color: #B101DB;
}
.BgClassName
{
background-color: #B101DB;
}
</style>
border-color css
<style>
span { border-color: #B101DB; }
span { border-color: rgb(177,1,219); }
td.TdClassName
{
border-color: #B101DB;
}
.TagClassName
{
border-color: #B101DB;
}
</style>