Shades of Viola #BD8B9A
Tints of Viola #BD8B9A
RGB
CMYK
RGB Variations
Color information
#BD8B9A (or 0xBD8B9A) is known color: Viola. HEX triplet: BD, 8B and 9A. RGB value is (189,139,154). Sum of RGB (Red+Green+Blue) = 189+139+154=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8B9A is #427465. Grayscale: #9B9B9B. Windows color (decimal): -4355174 or 10128317. OLE color: 10128317.
HSL color Cylindrical-coordinate representation of color #BD8B9A: hue angle of 342º 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 #BD8B9A is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 154 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.26 |
| HSL | 342º | 0.27% | 0.64% | - |
| HSV(B) | 342º | 0.26% | 0.74% | - |
| XYZ | 36.05 | 31.62 | 34.77 | - |
| YUV | 155.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 154 | 0 | 0.26 | 0.19 | 0.26 | 342 | 0.27 | 0.64 |
| Hex | BD | 8B | 9A | 0 | 1A | 13 | 1A | 156 | 1B | 40 |
| Octal | 275 | 213 | 232 | 0 | 32 | 23 | 32 | 526 | 33 | 100 |
| Binary | 10111101 | 10001011 | 10011010 | 0 | 11010 | 10011 | 11010 | 101010110 | 11011 | 1000000 |
Color Harmonies of #BD8B9A
Complementary color
Monochromatic Colors of #BD8B9A
Black with #BD8B9A
Text Example
Text Example
White with #BD8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B9A; }
p { color: rgb(189,139,154); }
H1.HeaderClassName
{
color: #BD8B9A;
}
.AnyTagClassName
{
color: #BD8B9A;
}
</style>
background-color css
<style>
a { background-color: #BD8B9A; }
a { background-color: rgb(189,139,154); }
div.DivClassName
{
background-color: #BD8B9A;
}
.BgClassName
{
background-color: #BD8B9A;
}
</style>
border-color css
<style>
span { border-color: #BD8B9A; }
span { border-color: rgb(189,139,154); }
td.TdClassName
{
border-color: #BD8B9A;
}
.TagClassName
{
border-color: #BD8B9A;
}
</style>