Shades of Viola #BD8F9A
Tints of Viola #BD8F9A
RGB
CMYK
RGB Variations
Color information
#BD8F9A (or 0xBD8F9A) is known color: Viola. HEX triplet: BD, 8F and 9A. RGB value is (189,143,154). Sum of RGB (Red+Green+Blue) = 189+143+154=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F9A is #427065. Grayscale: #9E9E9E. Windows color (decimal): -4354150 or 10129341. OLE color: 10129341.
HSL color Cylindrical-coordinate representation of color #BD8F9A: hue angle of 345.65º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD8F9A is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 154 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.26 |
| HSL | 345.65º | 0.26% | 0.65% | - |
| HSV(B) | 345.65º | 0.24% | 0.74% | - |
| XYZ | 36.64 | 32.8 | 34.97 | - |
| YUV | 158.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 154 | 0 | 0.24 | 0.19 | 0.26 | 345.65 | 0.26 | 0.65 |
| Hex | BD | 8F | 9A | 0 | 18 | 13 | 1A | 15A | 1A | 41 |
| Octal | 275 | 217 | 232 | 0 | 30 | 23 | 32 | 532 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10011010 | 0 | 11000 | 10011 | 11010 | 101011010 | 11010 | 1000001 |
Color Harmonies of #BD8F9A
Complementary color
Monochromatic Colors of #BD8F9A
Black with #BD8F9A
Text Example
Text Example
White with #BD8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F9A; }
p { color: rgb(189,143,154); }
H1.HeaderClassName
{
color: #BD8F9A;
}
.AnyTagClassName
{
color: #BD8F9A;
}
</style>
background-color css
<style>
a { background-color: #BD8F9A; }
a { background-color: rgb(189,143,154); }
div.DivClassName
{
background-color: #BD8F9A;
}
.BgClassName
{
background-color: #BD8F9A;
}
</style>
border-color css
<style>
span { border-color: #BD8F9A; }
span { border-color: rgb(189,143,154); }
td.TdClassName
{
border-color: #BD8F9A;
}
.TagClassName
{
border-color: #BD8F9A;
}
</style>