Shades of Viola #BD8AA4
Tints of Viola #BD8AA4
RGB
CMYK
RGB Variations
Color information
#BD8AA4 (or 0xBD8AA4) is known color: Viola. HEX triplet: BD, 8A and A4. RGB value is (189,138,164). Sum of RGB (Red+Green+Blue) = 189+138+164=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8AA4 is #42755B. Grayscale: #9C9C9C. Windows color (decimal): -4355420 or 10783421. OLE color: 10783421.
HSL color Cylindrical-coordinate representation of color #BD8AA4: hue angle of 329.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8AA4 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 164 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.26 |
| HSL | 329.41º | 0.28% | 0.64% | - |
| HSV(B) | 329.41º | 0.27% | 0.74% | - |
| XYZ | 36.78 | 31.68 | 39.3 | - |
| YUV | 156.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 164 | 0 | 0.27 | 0.13 | 0.26 | 329.41 | 0.28 | 0.64 |
| Hex | BD | 8A | A4 | 0 | 1B | D | 1A | 149 | 1C | 40 |
| Octal | 275 | 212 | 244 | 0 | 33 | 15 | 32 | 511 | 34 | 100 |
| Binary | 10111101 | 10001010 | 10100100 | 0 | 11011 | 1101 | 11010 | 101001001 | 11100 | 1000000 |
Color Harmonies of #BD8AA4
Complementary color
Monochromatic Colors of #BD8AA4
Black with #BD8AA4
Text Example
Text Example
White with #BD8AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8AA4; }
p { color: rgb(189,138,164); }
H1.HeaderClassName
{
color: #BD8AA4;
}
.AnyTagClassName
{
color: #BD8AA4;
}
</style>
background-color css
<style>
a { background-color: #BD8AA4; }
a { background-color: rgb(189,138,164); }
div.DivClassName
{
background-color: #BD8AA4;
}
.BgClassName
{
background-color: #BD8AA4;
}
</style>
border-color css
<style>
span { border-color: #BD8AA4; }
span { border-color: rgb(189,138,164); }
td.TdClassName
{
border-color: #BD8AA4;
}
.TagClassName
{
border-color: #BD8AA4;
}
</style>