Shades of Viola #B68F9E
Tints of Viola #B68F9E
RGB
CMYK
RGB Variations
Color information
#B68F9E (or 0xB68F9E) is known color: Viola. HEX triplet: B6, 8F and 9E. RGB value is (182,143,158). Sum of RGB (Red+Green+Blue) = 182+143+158=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F9E is #497061. Grayscale: #9C9C9C. Windows color (decimal): -4812898 or 10391478. OLE color: 10391478.
HSL color Cylindrical-coordinate representation of color #B68F9E: hue angle of 336.92º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B68F9E is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 158 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.29 |
| HSL | 336.92º | 0.21% | 0.64% | - |
| HSV(B) | 336.92º | 0.21% | 0.71% | - |
| XYZ | 35.29 | 32.06 | 36.68 | - |
| YUV | 156.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 158 | 0 | 0.21 | 0.13 | 0.29 | 336.92 | 0.21 | 0.64 |
| Hex | B6 | 8F | 9E | 0 | 15 | D | 1D | 151 | 15 | 40 |
| Octal | 266 | 217 | 236 | 0 | 25 | 15 | 35 | 521 | 25 | 100 |
| Binary | 10110110 | 10001111 | 10011110 | 0 | 10101 | 1101 | 11101 | 101010001 | 10101 | 1000000 |
Color Harmonies of #B68F9E
Complementary color
Monochromatic Colors of #B68F9E
Black with #B68F9E
Text Example
Text Example
White with #B68F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F9E; }
p { color: rgb(182,143,158); }
H1.HeaderClassName
{
color: #B68F9E;
}
.AnyTagClassName
{
color: #B68F9E;
}
</style>
background-color css
<style>
a { background-color: #B68F9E; }
a { background-color: rgb(182,143,158); }
div.DivClassName
{
background-color: #B68F9E;
}
.BgClassName
{
background-color: #B68F9E;
}
</style>
border-color css
<style>
span { border-color: #B68F9E; }
span { border-color: rgb(182,143,158); }
td.TdClassName
{
border-color: #B68F9E;
}
.TagClassName
{
border-color: #B68F9E;
}
</style>