Shades of Viola #B68C99
Tints of Viola #B68C99
RGB
CMYK
RGB Variations
Color information
#B68C99 (or 0xB68C99) is known color: Viola. HEX triplet: B6, 8C and 99. RGB value is (182,140,153). Sum of RGB (Red+Green+Blue) = 182+140+153=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68C99 is #497366. Grayscale: #9A9A9A. Windows color (decimal): -4813671 or 10063030. OLE color: 10063030.
HSL color Cylindrical-coordinate representation of color #B68C99: hue angle of 341.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68C99 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 153 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.29 |
| HSL | 341.43º | 0.22% | 0.63% | - |
| HSV(B) | 341.43º | 0.23% | 0.71% | - |
| XYZ | 34.42 | 31 | 34.31 | - |
| YUV | 154.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 153 | 0 | 0.23 | 0.16 | 0.29 | 341.43 | 0.22 | 0.63 |
| Hex | B6 | 8C | 99 | 0 | 17 | 10 | 1D | 155 | 16 | 3F |
| Octal | 266 | 214 | 231 | 0 | 27 | 20 | 35 | 525 | 26 | 77 |
| Binary | 10110110 | 10001100 | 10011001 | 0 | 10111 | 10000 | 11101 | 101010101 | 10110 | 111111 |
Color Harmonies of #B68C99
Complementary color
Monochromatic Colors of #B68C99
Black with #B68C99
Text Example
Text Example
White with #B68C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C99; }
p { color: rgb(182,140,153); }
H1.HeaderClassName
{
color: #B68C99;
}
.AnyTagClassName
{
color: #B68C99;
}
</style>
background-color css
<style>
a { background-color: #B68C99; }
a { background-color: rgb(182,140,153); }
div.DivClassName
{
background-color: #B68C99;
}
.BgClassName
{
background-color: #B68C99;
}
</style>
border-color css
<style>
span { border-color: #B68C99; }
span { border-color: rgb(182,140,153); }
td.TdClassName
{
border-color: #B68C99;
}
.TagClassName
{
border-color: #B68C99;
}
</style>