Shades of Dark Violet #B101DA
Tints of Dark Violet #B101DA
RGB
CMYK
RGB Variations
Color information
#B101DA (or 0xB101DA) is known color: Dark Violet. HEX triplet: B1, 01 and DA. RGB value is (177,1,218). Sum of RGB (Red+Green+Blue) = 177+1+218=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #B101DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101DA is #4EFE25. Grayscale: #4D4D4D. Windows color (decimal): -5176870 or 14287281. OLE color: 14287281.
HSL color Cylindrical-coordinate representation of color #B101DA: hue angle of 288.66º 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 #B101DA is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 1 | 218 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.15 |
| HSL | 288.66º | 0.99% | 0.43% | - |
| HSV(B) | 288.66º | 1% | 0.85% | - |
| XYZ | 30.8 | 14.43 | 67.49 | - |
| YUV | 78.36 | 206.81 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 218 | 0.19 | 1.00 | 0 | 0.15 | 288.66 | 0.99 | 0.43 |
| Hex | B1 | 1 | DA | 13 | 64 | 0 | F | 121 | 63 | 2B |
| Octal | 261 | 1 | 332 | 23 | 144 | 0 | 17 | 441 | 143 | 53 |
| Binary | 10110001 | 1 | 11011010 | 10011 | 1100100 | 0 | 1111 | 100100001 | 1100011 | 101011 |
Color Harmonies of #B101DA
Complementary color
Monochromatic Colors of #B101DA
Black with #B101DA
Text Example
Text Example
White with #B101DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101DA; }
p { color: rgb(177,1,218); }
H1.HeaderClassName
{
color: #B101DA;
}
.AnyTagClassName
{
color: #B101DA;
}
</style>
background-color css
<style>
a { background-color: #B101DA; }
a { background-color: rgb(177,1,218); }
div.DivClassName
{
background-color: #B101DA;
}
.BgClassName
{
background-color: #B101DA;
}
</style>
border-color css
<style>
span { border-color: #B101DA; }
span { border-color: rgb(177,1,218); }
td.TdClassName
{
border-color: #B101DA;
}
.TagClassName
{
border-color: #B101DA;
}
</style>