Shades of Dark Violet #B10ADE
Tints of Dark Violet #B10ADE
RGB
CMYK
RGB Variations
Color information
#B10ADE (or 0xB10ADE) is known color: Dark Violet. HEX triplet: B1, 0A and DE. RGB value is (177,10,222). Sum of RGB (Red+Green+Blue) = 177+10+222=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #B10ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ADE is #4EF521. Grayscale: #535353. Windows color (decimal): -5174562 or 14551729. OLE color: 14551729.
HSL color Cylindrical-coordinate representation of color #B10ADE: hue angle of 287.26º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10ADE is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 10 | 222 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.13 |
| HSL | 287.26º | 0.91% | 0.45% | - |
| HSV(B) | 287.26º | 0.95% | 0.87% | - |
| XYZ | 31.42 | 14.84 | 70.32 | - |
| YUV | 84.1 | 205.83 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 222 | 0.20 | 0.95 | 0 | 0.13 | 287.26 | 0.91 | 0.45 |
| Hex | B1 | A | DE | 14 | 5F | 0 | D | 11F | 5B | 2D |
| Octal | 261 | 12 | 336 | 24 | 137 | 0 | 15 | 437 | 133 | 55 |
| Binary | 10110001 | 1010 | 11011110 | 10100 | 1011111 | 0 | 1101 | 100011111 | 1011011 | 101101 |
Color Harmonies of #B10ADE
Complementary color
Monochromatic Colors of #B10ADE
Black with #B10ADE
Text Example
Text Example
White with #B10ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10ADE; }
p { color: rgb(177,10,222); }
H1.HeaderClassName
{
color: #B10ADE;
}
.AnyTagClassName
{
color: #B10ADE;
}
</style>
background-color css
<style>
a { background-color: #B10ADE; }
a { background-color: rgb(177,10,222); }
div.DivClassName
{
background-color: #B10ADE;
}
.BgClassName
{
background-color: #B10ADE;
}
</style>
border-color css
<style>
span { border-color: #B10ADE; }
span { border-color: rgb(177,10,222); }
td.TdClassName
{
border-color: #B10ADE;
}
.TagClassName
{
border-color: #B10ADE;
}
</style>