Shades of Dark Violet #B10ADB
Tints of Dark Violet #B10ADB
RGB
CMYK
RGB Variations
Color information
#B10ADB (or 0xB10ADB) is known color: Dark Violet. HEX triplet: B1, 0A and DB. RGB value is (177,10,219). Sum of RGB (Red+Green+Blue) = 177+10+219=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #B10ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ADB is #4EF524. Grayscale: #535353. Windows color (decimal): -5174565 or 14355121. OLE color: 14355121.
HSL color Cylindrical-coordinate representation of color #B10ADB: hue angle of 287.94º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10ADB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 10 | 219 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.14 |
| HSL | 287.94º | 0.91% | 0.45% | - |
| HSV(B) | 287.94º | 0.95% | 0.86% | - |
| XYZ | 31.03 | 14.68 | 68.22 | - |
| YUV | 83.76 | 204.33 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 219 | 0.19 | 0.95 | 0 | 0.14 | 287.94 | 0.91 | 0.45 |
| Hex | B1 | A | DB | 13 | 5F | 0 | E | 120 | 5B | 2D |
| Octal | 261 | 12 | 333 | 23 | 137 | 0 | 16 | 440 | 133 | 55 |
| Binary | 10110001 | 1010 | 11011011 | 10011 | 1011111 | 0 | 1110 | 100100000 | 1011011 | 101101 |
Color Harmonies of #B10ADB
Complementary color
Monochromatic Colors of #B10ADB
Black with #B10ADB
Text Example
Text Example
White with #B10ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10ADB; }
p { color: rgb(177,10,219); }
H1.HeaderClassName
{
color: #B10ADB;
}
.AnyTagClassName
{
color: #B10ADB;
}
</style>
background-color css
<style>
a { background-color: #B10ADB; }
a { background-color: rgb(177,10,219); }
div.DivClassName
{
background-color: #B10ADB;
}
.BgClassName
{
background-color: #B10ADB;
}
</style>
border-color css
<style>
span { border-color: #B10ADB; }
span { border-color: rgb(177,10,219); }
td.TdClassName
{
border-color: #B10ADB;
}
.TagClassName
{
border-color: #B10ADB;
}
</style>