Shades of Viola #B68A9A
Tints of Viola #B68A9A
RGB
CMYK
RGB Variations
Color information
#B68A9A (or 0xB68A9A) is known color: Viola. HEX triplet: B6, 8A and 9A. RGB value is (182,138,154). Sum of RGB (Red+Green+Blue) = 182+138+154=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68A9A is #497565. Grayscale: #989898. Windows color (decimal): -4814182 or 10128054. OLE color: 10128054.
HSL color Cylindrical-coordinate representation of color #B68A9A: hue angle of 338.18º 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 #B68A9A is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 154 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.29 |
| HSL | 338.18º | 0.23% | 0.63% | - |
| HSV(B) | 338.18º | 0.24% | 0.71% | - |
| XYZ | 34.21 | 30.46 | 34.65 | - |
| YUV | 152.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 154 | 0 | 0.24 | 0.15 | 0.29 | 338.18 | 0.23 | 0.63 |
| Hex | B6 | 8A | 9A | 0 | 18 | F | 1D | 152 | 17 | 3F |
| Octal | 266 | 212 | 232 | 0 | 30 | 17 | 35 | 522 | 27 | 77 |
| Binary | 10110110 | 10001010 | 10011010 | 0 | 11000 | 1111 | 11101 | 101010010 | 10111 | 111111 |
Color Harmonies of #B68A9A
Complementary color
Monochromatic Colors of #B68A9A
Black with #B68A9A
Text Example
Text Example
White with #B68A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A9A; }
p { color: rgb(182,138,154); }
H1.HeaderClassName
{
color: #B68A9A;
}
.AnyTagClassName
{
color: #B68A9A;
}
</style>
background-color css
<style>
a { background-color: #B68A9A; }
a { background-color: rgb(182,138,154); }
div.DivClassName
{
background-color: #B68A9A;
}
.BgClassName
{
background-color: #B68A9A;
}
</style>
border-color css
<style>
span { border-color: #B68A9A; }
span { border-color: rgb(182,138,154); }
td.TdClassName
{
border-color: #B68A9A;
}
.TagClassName
{
border-color: #B68A9A;
}
</style>