Shades of Viola #BD8DA2
Tints of Viola #BD8DA2
RGB
CMYK
RGB Variations
Color information
#BD8DA2 (or 0xBD8DA2) is known color: Viola. HEX triplet: BD, 8D and A2. RGB value is (189,141,162). Sum of RGB (Red+Green+Blue) = 189+141+162=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8DA2 is #42725D. Grayscale: #9D9D9D. Windows color (decimal): -4354654 or 10653117. OLE color: 10653117.
HSL color Cylindrical-coordinate representation of color #BD8DA2: hue angle of 333.75º degrees, saturation: 0.27, 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 #BD8DA2 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 162 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.26 |
| HSL | 333.75º | 0.27% | 0.65% | - |
| HSV(B) | 333.75º | 0.25% | 0.74% | - |
| XYZ | 37.03 | 32.48 | 38.5 | - |
| YUV | 157.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 162 | 0 | 0.25 | 0.14 | 0.26 | 333.75 | 0.27 | 0.65 |
| Hex | BD | 8D | A2 | 0 | 19 | E | 1A | 14E | 1B | 41 |
| Octal | 275 | 215 | 242 | 0 | 31 | 16 | 32 | 516 | 33 | 101 |
| Binary | 10111101 | 10001101 | 10100010 | 0 | 11001 | 1110 | 11010 | 101001110 | 11011 | 1000001 |
Color Harmonies of #BD8DA2
Complementary color
Monochromatic Colors of #BD8DA2
Black with #BD8DA2
Text Example
Text Example
White with #BD8DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DA2; }
p { color: rgb(189,141,162); }
H1.HeaderClassName
{
color: #BD8DA2;
}
.AnyTagClassName
{
color: #BD8DA2;
}
</style>
background-color css
<style>
a { background-color: #BD8DA2; }
a { background-color: rgb(189,141,162); }
div.DivClassName
{
background-color: #BD8DA2;
}
.BgClassName
{
background-color: #BD8DA2;
}
</style>
border-color css
<style>
span { border-color: #BD8DA2; }
span { border-color: rgb(189,141,162); }
td.TdClassName
{
border-color: #BD8DA2;
}
.TagClassName
{
border-color: #BD8DA2;
}
</style>