Shades of Viola #B68194
Tints of Viola #B68194
RGB
CMYK
RGB Variations
Color information
#B68194 (or 0xB68194) is known color: Viola. HEX triplet: B6, 81 and 94. RGB value is (182,129,148). Sum of RGB (Red+Green+Blue) = 182+129+148=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B68194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68194 is #497E6B. Grayscale: #929292. Windows color (decimal): -4816492 or 9732534. OLE color: 9732534.
HSL color Cylindrical-coordinate representation of color #B68194: hue angle of 338.49º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B68194 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 148 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.29 |
| HSL | 338.49º | 0.27% | 0.61% | - |
| HSV(B) | 338.49º | 0.29% | 0.71% | - |
| XYZ | 32.49 | 27.78 | 31.67 | - |
| YUV | 147.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 148 | 0 | 0.29 | 0.19 | 0.29 | 338.49 | 0.27 | 0.61 |
| Hex | B6 | 81 | 94 | 0 | 1D | 13 | 1D | 152 | 1B | 3D |
| Octal | 266 | 201 | 224 | 0 | 35 | 23 | 35 | 522 | 33 | 75 |
| Binary | 10110110 | 10000001 | 10010100 | 0 | 11101 | 10011 | 11101 | 101010010 | 11011 | 111101 |
Color Harmonies of #B68194
Complementary color
Monochromatic Colors of #B68194
Black with #B68194
Text Example
Text Example
White with #B68194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68194; }
p { color: rgb(182,129,148); }
H1.HeaderClassName
{
color: #B68194;
}
.AnyTagClassName
{
color: #B68194;
}
</style>
background-color css
<style>
a { background-color: #B68194; }
a { background-color: rgb(182,129,148); }
div.DivClassName
{
background-color: #B68194;
}
.BgClassName
{
background-color: #B68194;
}
</style>
border-color css
<style>
span { border-color: #B68194; }
span { border-color: rgb(182,129,148); }
td.TdClassName
{
border-color: #B68194;
}
.TagClassName
{
border-color: #B68194;
}
</style>