Shades of Dark Violet #B10AD6
Tints of Dark Violet #B10AD6
RGB
CMYK
RGB Variations
Color information
#B10AD6 (or 0xB10AD6) is known color: Dark Violet. HEX triplet: B1, 0A and D6. RGB value is (177,10,214). Sum of RGB (Red+Green+Blue) = 177+10+214=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #B10AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10AD6 is #4EF529. Grayscale: #525252. Windows color (decimal): -5174570 or 14027441. OLE color: 14027441.
HSL color Cylindrical-coordinate representation of color #B10AD6: hue angle of 289.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10AD6 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 10 | 214 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.16 |
| HSL | 289.12º | 0.91% | 0.44% | - |
| HSV(B) | 289.12º | 0.95% | 0.84% | - |
| XYZ | 30.38 | 14.42 | 64.8 | - |
| YUV | 83.19 | 201.83 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 214 | 0.17 | 0.95 | 0 | 0.16 | 289.12 | 0.91 | 0.44 |
| Hex | B1 | A | D6 | 11 | 5F | 0 | 10 | 121 | 5B | 2C |
| Octal | 261 | 12 | 326 | 21 | 137 | 0 | 20 | 441 | 133 | 54 |
| Binary | 10110001 | 1010 | 11010110 | 10001 | 1011111 | 0 | 10000 | 100100001 | 1011011 | 101100 |
Color Harmonies of #B10AD6
Complementary color
Monochromatic Colors of #B10AD6
Black with #B10AD6
Text Example
Text Example
White with #B10AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AD6; }
p { color: rgb(177,10,214); }
H1.HeaderClassName
{
color: #B10AD6;
}
.AnyTagClassName
{
color: #B10AD6;
}
</style>
background-color css
<style>
a { background-color: #B10AD6; }
a { background-color: rgb(177,10,214); }
div.DivClassName
{
background-color: #B10AD6;
}
.BgClassName
{
background-color: #B10AD6;
}
</style>
border-color css
<style>
span { border-color: #B10AD6; }
span { border-color: rgb(177,10,214); }
td.TdClassName
{
border-color: #B10AD6;
}
.TagClassName
{
border-color: #B10AD6;
}
</style>