Shades of Viola #B68A9C
Tints of Viola #B68A9C
RGB
CMYK
RGB Variations
Color information
#B68A9C (or 0xB68A9C) is known color: Viola. HEX triplet: B6, 8A and 9C. RGB value is (182,138,156). Sum of RGB (Red+Green+Blue) = 182+138+156=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68A9C is #497563. Grayscale: #999999. Windows color (decimal): -4814180 or 10259126. OLE color: 10259126.
HSL color Cylindrical-coordinate representation of color #B68A9C: hue angle of 335.45º 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 #B68A9C is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 156 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.29 |
| HSL | 335.45º | 0.23% | 0.63% | - |
| HSV(B) | 335.45º | 0.24% | 0.71% | - |
| XYZ | 34.38 | 30.52 | 35.53 | - |
| YUV | 153.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 156 | 0 | 0.24 | 0.14 | 0.29 | 335.45 | 0.23 | 0.63 |
| Hex | B6 | 8A | 9C | 0 | 18 | E | 1D | 14F | 17 | 3F |
| Octal | 266 | 212 | 234 | 0 | 30 | 16 | 35 | 517 | 27 | 77 |
| Binary | 10110110 | 10001010 | 10011100 | 0 | 11000 | 1110 | 11101 | 101001111 | 10111 | 111111 |
Color Harmonies of #B68A9C
Complementary color
Monochromatic Colors of #B68A9C
Black with #B68A9C
Text Example
Text Example
White with #B68A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A9C; }
p { color: rgb(182,138,156); }
H1.HeaderClassName
{
color: #B68A9C;
}
.AnyTagClassName
{
color: #B68A9C;
}
</style>
background-color css
<style>
a { background-color: #B68A9C; }
a { background-color: rgb(182,138,156); }
div.DivClassName
{
background-color: #B68A9C;
}
.BgClassName
{
background-color: #B68A9C;
}
</style>
border-color css
<style>
span { border-color: #B68A9C; }
span { border-color: rgb(182,138,156); }
td.TdClassName
{
border-color: #B68A9C;
}
.TagClassName
{
border-color: #B68A9C;
}
</style>