Shades of Viola #B68591
Tints of Viola #B68591
RGB
CMYK
RGB Variations
Color information
#B68591 (or 0xB68591) is known color: Viola. HEX triplet: B6, 85 and 91. RGB value is (182,133,145). Sum of RGB (Red+Green+Blue) = 182+133+145=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B68591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68591 is #497A6E. Grayscale: #959595. Windows color (decimal): -4815471 or 9536950. OLE color: 9536950.
HSL color Cylindrical-coordinate representation of color #B68591: hue angle of 345.31º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68591 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 145 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.29 |
| HSL | 345.31º | 0.25% | 0.62% | - |
| HSV(B) | 345.31º | 0.27% | 0.71% | - |
| XYZ | 32.79 | 28.76 | 30.61 | - |
| YUV | 149.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 145 | 0 | 0.27 | 0.20 | 0.29 | 345.31 | 0.25 | 0.62 |
| Hex | B6 | 85 | 91 | 0 | 1B | 14 | 1D | 159 | 19 | 3E |
| Octal | 266 | 205 | 221 | 0 | 33 | 24 | 35 | 531 | 31 | 76 |
| Binary | 10110110 | 10000101 | 10010001 | 0 | 11011 | 10100 | 11101 | 101011001 | 11001 | 111110 |
Color Harmonies of #B68591
Complementary color
Monochromatic Colors of #B68591
Black with #B68591
Text Example
Text Example
White with #B68591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68591; }
p { color: rgb(182,133,145); }
H1.HeaderClassName
{
color: #B68591;
}
.AnyTagClassName
{
color: #B68591;
}
</style>
background-color css
<style>
a { background-color: #B68591; }
a { background-color: rgb(182,133,145); }
div.DivClassName
{
background-color: #B68591;
}
.BgClassName
{
background-color: #B68591;
}
</style>
border-color css
<style>
span { border-color: #B68591; }
span { border-color: rgb(182,133,145); }
td.TdClassName
{
border-color: #B68591;
}
.TagClassName
{
border-color: #B68591;
}
</style>