Shades of Viola #BD8E9F
Tints of Viola #BD8E9F
RGB
CMYK
RGB Variations
Color information
#BD8E9F (or 0xBD8E9F) is known color: Viola. HEX triplet: BD, 8E and 9F. RGB value is (189,142,159). Sum of RGB (Red+Green+Blue) = 189+142+159=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8E9F is #427160. Grayscale: #9D9D9D. Windows color (decimal): -4354401 or 10456765. OLE color: 10456765.
HSL color Cylindrical-coordinate representation of color #BD8E9F: hue angle of 338.3º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD8E9F is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 159 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.26 |
| HSL | 338.3º | 0.26% | 0.65% | - |
| HSV(B) | 338.3º | 0.25% | 0.74% | - |
| XYZ | 36.92 | 32.67 | 37.16 | - |
| YUV | 157.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 159 | 0 | 0.25 | 0.16 | 0.26 | 338.3 | 0.26 | 0.65 |
| Hex | BD | 8E | 9F | 0 | 19 | 10 | 1A | 152 | 1A | 41 |
| Octal | 275 | 216 | 237 | 0 | 31 | 20 | 32 | 522 | 32 | 101 |
| Binary | 10111101 | 10001110 | 10011111 | 0 | 11001 | 10000 | 11010 | 101010010 | 11010 | 1000001 |
Color Harmonies of #BD8E9F
Complementary color
Monochromatic Colors of #BD8E9F
Black with #BD8E9F
Text Example
Text Example
White with #BD8E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E9F; }
p { color: rgb(189,142,159); }
H1.HeaderClassName
{
color: #BD8E9F;
}
.AnyTagClassName
{
color: #BD8E9F;
}
</style>
background-color css
<style>
a { background-color: #BD8E9F; }
a { background-color: rgb(189,142,159); }
div.DivClassName
{
background-color: #BD8E9F;
}
.BgClassName
{
background-color: #BD8E9F;
}
</style>
border-color css
<style>
span { border-color: #BD8E9F; }
span { border-color: rgb(189,142,159); }
td.TdClassName
{
border-color: #BD8E9F;
}
.TagClassName
{
border-color: #BD8E9F;
}
</style>