Shades of Viola #BD8C8D
Tints of Viola #BD8C8D
RGB
CMYK
RGB Variations
Color information
#BD8C8D (or 0xBD8C8D) is known color: Viola. HEX triplet: BD, 8C and 8D. RGB value is (189,140,141). Sum of RGB (Red+Green+Blue) = 189+140+141=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C8D is #427372. Grayscale: #9A9A9A. Windows color (decimal): -4354931 or 9276605. OLE color: 9276605.
HSL color Cylindrical-coordinate representation of color #BD8C8D: hue angle of 358.78º 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 #BD8C8D is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 141 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.26 |
| HSL | 358.78º | 0.27% | 0.65% | - |
| HSV(B) | 358.78º | 0.26% | 0.74% | - |
| XYZ | 35.17 | 31.5 | 29.43 | - |
| YUV | 154.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 141 | 0 | 0.26 | 0.25 | 0.26 | 358.78 | 0.27 | 0.65 |
| Hex | BD | 8C | 8D | 0 | 1A | 19 | 1A | 167 | 1B | 41 |
| Octal | 275 | 214 | 215 | 0 | 32 | 31 | 32 | 547 | 33 | 101 |
| Binary | 10111101 | 10001100 | 10001101 | 0 | 11010 | 11001 | 11010 | 101100111 | 11011 | 1000001 |
Color Harmonies of #BD8C8D
Complementary color
Monochromatic Colors of #BD8C8D
Black with #BD8C8D
Text Example
Text Example
White with #BD8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C8D; }
p { color: rgb(189,140,141); }
H1.HeaderClassName
{
color: #BD8C8D;
}
.AnyTagClassName
{
color: #BD8C8D;
}
</style>
background-color css
<style>
a { background-color: #BD8C8D; }
a { background-color: rgb(189,140,141); }
div.DivClassName
{
background-color: #BD8C8D;
}
.BgClassName
{
background-color: #BD8C8D;
}
</style>
border-color css
<style>
span { border-color: #BD8C8D; }
span { border-color: rgb(189,140,141); }
td.TdClassName
{
border-color: #BD8C8D;
}
.TagClassName
{
border-color: #BD8C8D;
}
</style>