Shades of Viola #BD8E9A
Tints of Viola #BD8E9A
RGB
CMYK
RGB Variations
Color information
#BD8E9A (or 0xBD8E9A) is known color: Viola. HEX triplet: BD, 8E and 9A. RGB value is (189,142,154). Sum of RGB (Red+Green+Blue) = 189+142+154=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8E9A is #427165. Grayscale: #9D9D9D. Windows color (decimal): -4354406 or 10129085. OLE color: 10129085.
HSL color Cylindrical-coordinate representation of color #BD8E9A: hue angle of 344.68º 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 #BD8E9A is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 154 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.26 |
| HSL | 344.68º | 0.26% | 0.65% | - |
| HSV(B) | 344.68º | 0.25% | 0.74% | - |
| XYZ | 36.49 | 32.5 | 34.92 | - |
| YUV | 157.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 154 | 0 | 0.25 | 0.19 | 0.26 | 344.68 | 0.26 | 0.65 |
| Hex | BD | 8E | 9A | 0 | 19 | 13 | 1A | 159 | 1A | 41 |
| Octal | 275 | 216 | 232 | 0 | 31 | 23 | 32 | 531 | 32 | 101 |
| Binary | 10111101 | 10001110 | 10011010 | 0 | 11001 | 10011 | 11010 | 101011001 | 11010 | 1000001 |
Color Harmonies of #BD8E9A
Complementary color
Monochromatic Colors of #BD8E9A
Black with #BD8E9A
Text Example
Text Example
White with #BD8E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E9A; }
p { color: rgb(189,142,154); }
H1.HeaderClassName
{
color: #BD8E9A;
}
.AnyTagClassName
{
color: #BD8E9A;
}
</style>
background-color css
<style>
a { background-color: #BD8E9A; }
a { background-color: rgb(189,142,154); }
div.DivClassName
{
background-color: #BD8E9A;
}
.BgClassName
{
background-color: #BD8E9A;
}
</style>
border-color css
<style>
span { border-color: #BD8E9A; }
span { border-color: rgb(189,142,154); }
td.TdClassName
{
border-color: #BD8E9A;
}
.TagClassName
{
border-color: #BD8E9A;
}
</style>