Shades of Viola #B68E90
Tints of Viola #B68E90
RGB
CMYK
RGB Variations
Color information
#B68E90 (or 0xB68E90) is known color: Viola. HEX triplet: B6, 8E and 90. RGB value is (182,142,144). Sum of RGB (Red+Green+Blue) = 182+142+144=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68E90 is #49716F. Grayscale: #9A9A9A. Windows color (decimal): -4813168 or 9473718. OLE color: 9473718.
HSL color Cylindrical-coordinate representation of color #B68E90: hue angle of 357º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B68E90 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 144 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.29 |
| HSL | 357º | 0.22% | 0.64% | - |
| HSV(B) | 357º | 0.22% | 0.71% | - |
| XYZ | 34 | 31.3 | 30.64 | - |
| YUV | 154.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 144 | 0 | 0.22 | 0.21 | 0.29 | 357 | 0.22 | 0.64 |
| Hex | B6 | 8E | 90 | 0 | 16 | 15 | 1D | 165 | 16 | 40 |
| Octal | 266 | 216 | 220 | 0 | 26 | 25 | 35 | 545 | 26 | 100 |
| Binary | 10110110 | 10001110 | 10010000 | 0 | 10110 | 10101 | 11101 | 101100101 | 10110 | 1000000 |
Color Harmonies of #B68E90
Complementary color
Monochromatic Colors of #B68E90
Black with #B68E90
Text Example
Text Example
White with #B68E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E90; }
p { color: rgb(182,142,144); }
H1.HeaderClassName
{
color: #B68E90;
}
.AnyTagClassName
{
color: #B68E90;
}
</style>
background-color css
<style>
a { background-color: #B68E90; }
a { background-color: rgb(182,142,144); }
div.DivClassName
{
background-color: #B68E90;
}
.BgClassName
{
background-color: #B68E90;
}
</style>
border-color css
<style>
span { border-color: #B68E90; }
span { border-color: rgb(182,142,144); }
td.TdClassName
{
border-color: #B68E90;
}
.TagClassName
{
border-color: #B68E90;
}
</style>