Shades of Viola #BD8B9C
Tints of Viola #BD8B9C
RGB
CMYK
RGB Variations
Color information
#BD8B9C (or 0xBD8B9C) is known color: Viola. HEX triplet: BD, 8B and 9C. RGB value is (189,139,156). Sum of RGB (Red+Green+Blue) = 189+139+156=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8B9C is #427463. Grayscale: #9B9B9B. Windows color (decimal): -4355172 or 10259389. OLE color: 10259389.
HSL color Cylindrical-coordinate representation of color #BD8B9C: hue angle of 339.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8B9C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 156 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.26 |
| HSL | 339.6º | 0.27% | 0.64% | - |
| HSV(B) | 339.6º | 0.26% | 0.74% | - |
| XYZ | 36.22 | 31.68 | 35.66 | - |
| YUV | 155.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 156 | 0 | 0.26 | 0.17 | 0.26 | 339.6 | 0.27 | 0.64 |
| Hex | BD | 8B | 9C | 0 | 1A | 11 | 1A | 154 | 1B | 40 |
| Octal | 275 | 213 | 234 | 0 | 32 | 21 | 32 | 524 | 33 | 100 |
| Binary | 10111101 | 10001011 | 10011100 | 0 | 11010 | 10001 | 11010 | 101010100 | 11011 | 1000000 |
Color Harmonies of #BD8B9C
Complementary color
Monochromatic Colors of #BD8B9C
Black with #BD8B9C
Text Example
Text Example
White with #BD8B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B9C; }
p { color: rgb(189,139,156); }
H1.HeaderClassName
{
color: #BD8B9C;
}
.AnyTagClassName
{
color: #BD8B9C;
}
</style>
background-color css
<style>
a { background-color: #BD8B9C; }
a { background-color: rgb(189,139,156); }
div.DivClassName
{
background-color: #BD8B9C;
}
.BgClassName
{
background-color: #BD8B9C;
}
</style>
border-color css
<style>
span { border-color: #BD8B9C; }
span { border-color: rgb(189,139,156); }
td.TdClassName
{
border-color: #BD8B9C;
}
.TagClassName
{
border-color: #BD8B9C;
}
</style>