Shades of Viola #BD8C9C
Tints of Viola #BD8C9C
RGB
CMYK
RGB Variations
Color information
#BD8C9C (or 0xBD8C9C) is known color: Viola. HEX triplet: BD, 8C and 9C. RGB value is (189,140,156). Sum of RGB (Red+Green+Blue) = 189+140+156=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C9C is #427363. Grayscale: #9C9C9C. Windows color (decimal): -4354916 or 10259645. OLE color: 10259645.
HSL color Cylindrical-coordinate representation of color #BD8C9C: hue angle of 340.41º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8C9C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 156 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.26 |
| HSL | 340.41º | 0.27% | 0.65% | - |
| HSV(B) | 340.41º | 0.26% | 0.74% | - |
| XYZ | 36.37 | 31.98 | 35.71 | - |
| YUV | 156.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 156 | 0 | 0.26 | 0.17 | 0.26 | 340.41 | 0.27 | 0.65 |
| Hex | BD | 8C | 9C | 0 | 1A | 11 | 1A | 154 | 1B | 41 |
| Octal | 275 | 214 | 234 | 0 | 32 | 21 | 32 | 524 | 33 | 101 |
| Binary | 10111101 | 10001100 | 10011100 | 0 | 11010 | 10001 | 11010 | 101010100 | 11011 | 1000001 |
Color Harmonies of #BD8C9C
Complementary color
Monochromatic Colors of #BD8C9C
Black with #BD8C9C
Text Example
Text Example
White with #BD8C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C9C; }
p { color: rgb(189,140,156); }
H1.HeaderClassName
{
color: #BD8C9C;
}
.AnyTagClassName
{
color: #BD8C9C;
}
</style>
background-color css
<style>
a { background-color: #BD8C9C; }
a { background-color: rgb(189,140,156); }
div.DivClassName
{
background-color: #BD8C9C;
}
.BgClassName
{
background-color: #BD8C9C;
}
</style>
border-color css
<style>
span { border-color: #BD8C9C; }
span { border-color: rgb(189,140,156); }
td.TdClassName
{
border-color: #BD8C9C;
}
.TagClassName
{
border-color: #BD8C9C;
}
</style>