Shades of Viola #BD8C9F
Tints of Viola #BD8C9F
RGB
CMYK
RGB Variations
Color information
#BD8C9F (or 0xBD8C9F) is known color: Viola. HEX triplet: BD, 8C and 9F. RGB value is (189,140,159). Sum of RGB (Red+Green+Blue) = 189+140+159=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C9F is #427360. Grayscale: #9C9C9C. Windows color (decimal): -4354913 or 10456253. OLE color: 10456253.
HSL color Cylindrical-coordinate representation of color #BD8C9F: hue angle of 336.73º 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 #BD8C9F is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 159 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.26 |
| HSL | 336.73º | 0.27% | 0.65% | - |
| HSV(B) | 336.73º | 0.26% | 0.74% | - |
| XYZ | 36.62 | 32.08 | 37.06 | - |
| YUV | 156.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 159 | 0 | 0.26 | 0.16 | 0.26 | 336.73 | 0.27 | 0.65 |
| Hex | BD | 8C | 9F | 0 | 1A | 10 | 1A | 151 | 1B | 41 |
| Octal | 275 | 214 | 237 | 0 | 32 | 20 | 32 | 521 | 33 | 101 |
| Binary | 10111101 | 10001100 | 10011111 | 0 | 11010 | 10000 | 11010 | 101010001 | 11011 | 1000001 |
Color Harmonies of #BD8C9F
Complementary color
Monochromatic Colors of #BD8C9F
Black with #BD8C9F
Text Example
Text Example
White with #BD8C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C9F; }
p { color: rgb(189,140,159); }
H1.HeaderClassName
{
color: #BD8C9F;
}
.AnyTagClassName
{
color: #BD8C9F;
}
</style>
background-color css
<style>
a { background-color: #BD8C9F; }
a { background-color: rgb(189,140,159); }
div.DivClassName
{
background-color: #BD8C9F;
}
.BgClassName
{
background-color: #BD8C9F;
}
</style>
border-color css
<style>
span { border-color: #BD8C9F; }
span { border-color: rgb(189,140,159); }
td.TdClassName
{
border-color: #BD8C9F;
}
.TagClassName
{
border-color: #BD8C9F;
}
</style>