Shades of Viola #B68E93
Tints of Viola #B68E93
RGB
CMYK
RGB Variations
Color information
#B68E93 (or 0xB68E93) is known color: Viola. HEX triplet: B6, 8E and 93. RGB value is (182,142,147). Sum of RGB (Red+Green+Blue) = 182+142+147=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68E93 is #49716C. Grayscale: #9A9A9A. Windows color (decimal): -4813165 or 9670326. OLE color: 9670326.
HSL color Cylindrical-coordinate representation of color #B68E93: hue angle of 352.5º 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 #B68E93 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 147 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.29 |
| HSL | 352.5º | 0.22% | 0.64% | - |
| HSV(B) | 352.5º | 0.22% | 0.71% | - |
| XYZ | 34.23 | 31.4 | 31.86 | - |
| YUV | 154.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 147 | 0 | 0.22 | 0.19 | 0.29 | 352.5 | 0.22 | 0.64 |
| Hex | B6 | 8E | 93 | 0 | 16 | 13 | 1D | 160 | 16 | 40 |
| Octal | 266 | 216 | 223 | 0 | 26 | 23 | 35 | 540 | 26 | 100 |
| Binary | 10110110 | 10001110 | 10010011 | 0 | 10110 | 10011 | 11101 | 101100000 | 10110 | 1000000 |
Color Harmonies of #B68E93
Complementary color
Monochromatic Colors of #B68E93
Black with #B68E93
Text Example
Text Example
White with #B68E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E93; }
p { color: rgb(182,142,147); }
H1.HeaderClassName
{
color: #B68E93;
}
.AnyTagClassName
{
color: #B68E93;
}
</style>
background-color css
<style>
a { background-color: #B68E93; }
a { background-color: rgb(182,142,147); }
div.DivClassName
{
background-color: #B68E93;
}
.BgClassName
{
background-color: #B68E93;
}
</style>
border-color css
<style>
span { border-color: #B68E93; }
span { border-color: rgb(182,142,147); }
td.TdClassName
{
border-color: #B68E93;
}
.TagClassName
{
border-color: #B68E93;
}
</style>