Shades of Viola #BD8AA3
Tints of Viola #BD8AA3
RGB
CMYK
RGB Variations
Color information
#BD8AA3 (or 0xBD8AA3) is known color: Viola. HEX triplet: BD, 8A and A3. RGB value is (189,138,163). Sum of RGB (Red+Green+Blue) = 189+138+163=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8AA3 is #42755C. Grayscale: #9C9C9C. Windows color (decimal): -4355421 or 10717885. OLE color: 10717885.
HSL color Cylindrical-coordinate representation of color #BD8AA3: hue angle of 330.59º 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 #BD8AA3 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 163 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.26 |
| HSL | 330.59º | 0.28% | 0.64% | - |
| HSV(B) | 330.59º | 0.27% | 0.74% | - |
| XYZ | 36.69 | 31.64 | 38.82 | - |
| YUV | 156.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 163 | 0 | 0.27 | 0.14 | 0.26 | 330.59 | 0.28 | 0.64 |
| Hex | BD | 8A | A3 | 0 | 1B | E | 1A | 14B | 1C | 40 |
| Octal | 275 | 212 | 243 | 0 | 33 | 16 | 32 | 513 | 34 | 100 |
| Binary | 10111101 | 10001010 | 10100011 | 0 | 11011 | 1110 | 11010 | 101001011 | 11100 | 1000000 |
Color Harmonies of #BD8AA3
Complementary color
Monochromatic Colors of #BD8AA3
Black with #BD8AA3
Text Example
Text Example
White with #BD8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8AA3; }
p { color: rgb(189,138,163); }
H1.HeaderClassName
{
color: #BD8AA3;
}
.AnyTagClassName
{
color: #BD8AA3;
}
</style>
background-color css
<style>
a { background-color: #BD8AA3; }
a { background-color: rgb(189,138,163); }
div.DivClassName
{
background-color: #BD8AA3;
}
.BgClassName
{
background-color: #BD8AA3;
}
</style>
border-color css
<style>
span { border-color: #BD8AA3; }
span { border-color: rgb(189,138,163); }
td.TdClassName
{
border-color: #BD8AA3;
}
.TagClassName
{
border-color: #BD8AA3;
}
</style>