Shades of Dark Violet #B101D8
Tints of Dark Violet #B101D8
RGB
CMYK
RGB Variations
Color information
#B101D8 (or 0xB101D8) is known color: Dark Violet. HEX triplet: B1, 01 and D8. RGB value is (177,1,216). Sum of RGB (Red+Green+Blue) = 177+1+216=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #B101D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101D8 is #4EFE27. Grayscale: #4D4D4D. Windows color (decimal): -5176872 or 14156209. OLE color: 14156209.
HSL color Cylindrical-coordinate representation of color #B101D8: hue angle of 289.12º 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 #B101D8 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 1 | 216 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.15 |
| HSL | 289.12º | 0.99% | 0.43% | - |
| HSV(B) | 289.12º | 1% | 0.85% | - |
| XYZ | 30.54 | 14.33 | 66.12 | - |
| YUV | 78.13 | 205.81 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 216 | 0.18 | 1.00 | 0 | 0.15 | 289.12 | 0.99 | 0.43 |
| Hex | B1 | 1 | D8 | 12 | 64 | 0 | F | 121 | 63 | 2B |
| Octal | 261 | 1 | 330 | 22 | 144 | 0 | 17 | 441 | 143 | 53 |
| Binary | 10110001 | 1 | 11011000 | 10010 | 1100100 | 0 | 1111 | 100100001 | 1100011 | 101011 |
Color Harmonies of #B101D8
Complementary color
Monochromatic Colors of #B101D8
Black with #B101D8
Text Example
Text Example
White with #B101D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101D8; }
p { color: rgb(177,1,216); }
H1.HeaderClassName
{
color: #B101D8;
}
.AnyTagClassName
{
color: #B101D8;
}
</style>
background-color css
<style>
a { background-color: #B101D8; }
a { background-color: rgb(177,1,216); }
div.DivClassName
{
background-color: #B101D8;
}
.BgClassName
{
background-color: #B101D8;
}
</style>
border-color css
<style>
span { border-color: #B101D8; }
span { border-color: rgb(177,1,216); }
td.TdClassName
{
border-color: #B101D8;
}
.TagClassName
{
border-color: #B101D8;
}
</style>