Shades of Viola #B68F96
Tints of Viola #B68F96
RGB
CMYK
RGB Variations
Color information
#B68F96 (or 0xB68F96) is known color: Viola. HEX triplet: B6, 8F and 96. RGB value is (182,143,150). Sum of RGB (Red+Green+Blue) = 182+143+150=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F96 is #497069. Grayscale: #9B9B9B. Windows color (decimal): -4812906 or 9867190. OLE color: 9867190.
HSL color Cylindrical-coordinate representation of color #B68F96: hue angle of 349.23º 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 #B68F96 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 150 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.29 |
| HSL | 349.23º | 0.21% | 0.64% | - |
| HSV(B) | 349.23º | 0.21% | 0.71% | - |
| XYZ | 34.62 | 31.79 | 33.17 | - |
| YUV | 155.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 150 | 0 | 0.21 | 0.18 | 0.29 | 349.23 | 0.21 | 0.64 |
| Hex | B6 | 8F | 96 | 0 | 15 | 12 | 1D | 15D | 15 | 40 |
| Octal | 266 | 217 | 226 | 0 | 25 | 22 | 35 | 535 | 25 | 100 |
| Binary | 10110110 | 10001111 | 10010110 | 0 | 10101 | 10010 | 11101 | 101011101 | 10101 | 1000000 |
Color Harmonies of #B68F96
Complementary color
Monochromatic Colors of #B68F96
Black with #B68F96
Text Example
Text Example
White with #B68F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F96; }
p { color: rgb(182,143,150); }
H1.HeaderClassName
{
color: #B68F96;
}
.AnyTagClassName
{
color: #B68F96;
}
</style>
background-color css
<style>
a { background-color: #B68F96; }
a { background-color: rgb(182,143,150); }
div.DivClassName
{
background-color: #B68F96;
}
.BgClassName
{
background-color: #B68F96;
}
</style>
border-color css
<style>
span { border-color: #B68F96; }
span { border-color: rgb(182,143,150); }
td.TdClassName
{
border-color: #B68F96;
}
.TagClassName
{
border-color: #B68F96;
}
</style>