Shades of Viola #B68C94
Tints of Viola #B68C94
RGB
CMYK
RGB Variations
Color information
#B68C94 (or 0xB68C94) is known color: Viola. HEX triplet: B6, 8C and 94. RGB value is (182,140,148). Sum of RGB (Red+Green+Blue) = 182+140+148=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68C94 is #49736B. Grayscale: #999999. Windows color (decimal): -4813676 or 9735350. OLE color: 9735350.
HSL color Cylindrical-coordinate representation of color #B68C94: hue angle of 348.57º 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 #B68C94 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 148 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.29 |
| HSL | 348.57º | 0.22% | 0.63% | - |
| HSV(B) | 348.57º | 0.23% | 0.71% | - |
| XYZ | 34.01 | 30.84 | 32.18 | - |
| YUV | 153.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 148 | 0 | 0.23 | 0.19 | 0.29 | 348.57 | 0.22 | 0.63 |
| Hex | B6 | 8C | 94 | 0 | 17 | 13 | 1D | 15D | 16 | 3F |
| Octal | 266 | 214 | 224 | 0 | 27 | 23 | 35 | 535 | 26 | 77 |
| Binary | 10110110 | 10001100 | 10010100 | 0 | 10111 | 10011 | 11101 | 101011101 | 10110 | 111111 |
Color Harmonies of #B68C94
Complementary color
Monochromatic Colors of #B68C94
Black with #B68C94
Text Example
Text Example
White with #B68C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C94; }
p { color: rgb(182,140,148); }
H1.HeaderClassName
{
color: #B68C94;
}
.AnyTagClassName
{
color: #B68C94;
}
</style>
background-color css
<style>
a { background-color: #B68C94; }
a { background-color: rgb(182,140,148); }
div.DivClassName
{
background-color: #B68C94;
}
.BgClassName
{
background-color: #B68C94;
}
</style>
border-color css
<style>
span { border-color: #B68C94; }
span { border-color: rgb(182,140,148); }
td.TdClassName
{
border-color: #B68C94;
}
.TagClassName
{
border-color: #B68C94;
}
</style>