Shades of Viola #BD8AA2
Tints of Viola #BD8AA2
RGB
CMYK
RGB Variations
Color information
#BD8AA2 (or 0xBD8AA2) is known color: Viola. HEX triplet: BD, 8A and A2. RGB value is (189,138,162). Sum of RGB (Red+Green+Blue) = 189+138+162=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8AA2 is #42755D. Grayscale: #9B9B9B. Windows color (decimal): -4355422 or 10652349. OLE color: 10652349.
HSL color Cylindrical-coordinate representation of color #BD8AA2: hue angle of 331.76º 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 #BD8AA2 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 162 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.26 |
| HSL | 331.76º | 0.28% | 0.64% | - |
| HSV(B) | 331.76º | 0.27% | 0.74% | - |
| XYZ | 36.6 | 31.6 | 38.35 | - |
| YUV | 155.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 162 | 0 | 0.27 | 0.14 | 0.26 | 331.76 | 0.28 | 0.64 |
| Hex | BD | 8A | A2 | 0 | 1B | E | 1A | 14C | 1C | 40 |
| Octal | 275 | 212 | 242 | 0 | 33 | 16 | 32 | 514 | 34 | 100 |
| Binary | 10111101 | 10001010 | 10100010 | 0 | 11011 | 1110 | 11010 | 101001100 | 11100 | 1000000 |
Color Harmonies of #BD8AA2
Complementary color
Monochromatic Colors of #BD8AA2
Black with #BD8AA2
Text Example
Text Example
White with #BD8AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8AA2; }
p { color: rgb(189,138,162); }
H1.HeaderClassName
{
color: #BD8AA2;
}
.AnyTagClassName
{
color: #BD8AA2;
}
</style>
background-color css
<style>
a { background-color: #BD8AA2; }
a { background-color: rgb(189,138,162); }
div.DivClassName
{
background-color: #BD8AA2;
}
.BgClassName
{
background-color: #BD8AA2;
}
</style>
border-color css
<style>
span { border-color: #BD8AA2; }
span { border-color: rgb(189,138,162); }
td.TdClassName
{
border-color: #BD8AA2;
}
.TagClassName
{
border-color: #BD8AA2;
}
</style>