Shades of Viola #B68F9F
Tints of Viola #B68F9F
RGB
CMYK
RGB Variations
Color information
#B68F9F (or 0xB68F9F) is known color: Viola. HEX triplet: B6, 8F and 9F. RGB value is (182,143,159). Sum of RGB (Red+Green+Blue) = 182+143+159=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F9F is #497060. Grayscale: #9C9C9C. Windows color (decimal): -4812897 or 10457014. OLE color: 10457014.
HSL color Cylindrical-coordinate representation of color #B68F9F: hue angle of 335.38º 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 #B68F9F is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 159 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.29 |
| HSL | 335.38º | 0.21% | 0.64% | - |
| HSV(B) | 335.38º | 0.21% | 0.71% | - |
| XYZ | 35.37 | 32.09 | 37.13 | - |
| YUV | 156.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 159 | 0 | 0.21 | 0.13 | 0.29 | 335.38 | 0.21 | 0.64 |
| Hex | B6 | 8F | 9F | 0 | 15 | D | 1D | 14F | 15 | 40 |
| Octal | 266 | 217 | 237 | 0 | 25 | 15 | 35 | 517 | 25 | 100 |
| Binary | 10110110 | 10001111 | 10011111 | 0 | 10101 | 1101 | 11101 | 101001111 | 10101 | 1000000 |
Color Harmonies of #B68F9F
Complementary color
Monochromatic Colors of #B68F9F
Black with #B68F9F
Text Example
Text Example
White with #B68F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F9F; }
p { color: rgb(182,143,159); }
H1.HeaderClassName
{
color: #B68F9F;
}
.AnyTagClassName
{
color: #B68F9F;
}
</style>
background-color css
<style>
a { background-color: #B68F9F; }
a { background-color: rgb(182,143,159); }
div.DivClassName
{
background-color: #B68F9F;
}
.BgClassName
{
background-color: #B68F9F;
}
</style>
border-color css
<style>
span { border-color: #B68F9F; }
span { border-color: rgb(182,143,159); }
td.TdClassName
{
border-color: #B68F9F;
}
.TagClassName
{
border-color: #B68F9F;
}
</style>