Shades of Viola #B68B92
Tints of Viola #B68B92
RGB
CMYK
RGB Variations
Color information
#B68B92 (or 0xB68B92) is known color: Viola. HEX triplet: B6, 8B and 92. RGB value is (182,139,146). Sum of RGB (Red+Green+Blue) = 182+139+146=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68B92 is #49746D. Grayscale: #989898. Windows color (decimal): -4813934 or 9604022. OLE color: 9604022.
HSL color Cylindrical-coordinate representation of color #B68B92: hue angle of 350.23º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68B92 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 146 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.29 |
| HSL | 350.23º | 0.23% | 0.63% | - |
| HSV(B) | 350.23º | 0.24% | 0.71% | - |
| XYZ | 33.71 | 30.49 | 31.3 | - |
| YUV | 152.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 146 | 0 | 0.24 | 0.20 | 0.29 | 350.23 | 0.23 | 0.63 |
| Hex | B6 | 8B | 92 | 0 | 18 | 14 | 1D | 15E | 17 | 3F |
| Octal | 266 | 213 | 222 | 0 | 30 | 24 | 35 | 536 | 27 | 77 |
| Binary | 10110110 | 10001011 | 10010010 | 0 | 11000 | 10100 | 11101 | 101011110 | 10111 | 111111 |
Color Harmonies of #B68B92
Complementary color
Monochromatic Colors of #B68B92
Black with #B68B92
Text Example
Text Example
White with #B68B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B92; }
p { color: rgb(182,139,146); }
H1.HeaderClassName
{
color: #B68B92;
}
.AnyTagClassName
{
color: #B68B92;
}
</style>
background-color css
<style>
a { background-color: #B68B92; }
a { background-color: rgb(182,139,146); }
div.DivClassName
{
background-color: #B68B92;
}
.BgClassName
{
background-color: #B68B92;
}
</style>
border-color css
<style>
span { border-color: #B68B92; }
span { border-color: rgb(182,139,146); }
td.TdClassName
{
border-color: #B68B92;
}
.TagClassName
{
border-color: #B68B92;
}
</style>