Shades of Viola #BD8F9C
Tints of Viola #BD8F9C
RGB
CMYK
RGB Variations
Color information
#BD8F9C (or 0xBD8F9C) is known color: Viola. HEX triplet: BD, 8F and 9C. RGB value is (189,143,156). Sum of RGB (Red+Green+Blue) = 189+143+156=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F9C is #427063. Grayscale: #9E9E9E. Windows color (decimal): -4354148 or 10260413. OLE color: 10260413.
HSL color Cylindrical-coordinate representation of color #BD8F9C: hue angle of 343.04º 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 #BD8F9C is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 156 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.26 |
| HSL | 343.04º | 0.26% | 0.65% | - |
| HSV(B) | 343.04º | 0.24% | 0.74% | - |
| XYZ | 36.81 | 32.86 | 35.86 | - |
| YUV | 158.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 156 | 0 | 0.24 | 0.17 | 0.26 | 343.04 | 0.26 | 0.65 |
| Hex | BD | 8F | 9C | 0 | 18 | 11 | 1A | 157 | 1A | 41 |
| Octal | 275 | 217 | 234 | 0 | 30 | 21 | 32 | 527 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10011100 | 0 | 11000 | 10001 | 11010 | 101010111 | 11010 | 1000001 |
Color Harmonies of #BD8F9C
Complementary color
Monochromatic Colors of #BD8F9C
Black with #BD8F9C
Text Example
Text Example
White with #BD8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F9C; }
p { color: rgb(189,143,156); }
H1.HeaderClassName
{
color: #BD8F9C;
}
.AnyTagClassName
{
color: #BD8F9C;
}
</style>
background-color css
<style>
a { background-color: #BD8F9C; }
a { background-color: rgb(189,143,156); }
div.DivClassName
{
background-color: #BD8F9C;
}
.BgClassName
{
background-color: #BD8F9C;
}
</style>
border-color css
<style>
span { border-color: #BD8F9C; }
span { border-color: rgb(189,143,156); }
td.TdClassName
{
border-color: #BD8F9C;
}
.TagClassName
{
border-color: #BD8F9C;
}
</style>