Shades of Viola #BD8FA1
Tints of Viola #BD8FA1
RGB
CMYK
RGB Variations
Color information
#BD8FA1 (or 0xBD8FA1) is known color: Viola. HEX triplet: BD, 8F and A1. RGB value is (189,143,161). Sum of RGB (Red+Green+Blue) = 189+143+161=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FA1 is #42705E. Grayscale: #9E9E9E. Windows color (decimal): -4354143 or 10588093. OLE color: 10588093.
HSL color Cylindrical-coordinate representation of color #BD8FA1: hue angle of 336.52º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD8FA1 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 161 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.26 |
| HSL | 336.52º | 0.26% | 0.65% | - |
| HSV(B) | 336.52º | 0.24% | 0.74% | - |
| XYZ | 37.24 | 33.04 | 38.13 | - |
| YUV | 158.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 161 | 0 | 0.24 | 0.15 | 0.26 | 336.52 | 0.26 | 0.65 |
| Hex | BD | 8F | A1 | 0 | 18 | F | 1A | 151 | 1A | 41 |
| Octal | 275 | 217 | 241 | 0 | 30 | 17 | 32 | 521 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10100001 | 0 | 11000 | 1111 | 11010 | 101010001 | 11010 | 1000001 |
Color Harmonies of #BD8FA1
Complementary color
Monochromatic Colors of #BD8FA1
Black with #BD8FA1
Text Example
Text Example
White with #BD8FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FA1; }
p { color: rgb(189,143,161); }
H1.HeaderClassName
{
color: #BD8FA1;
}
.AnyTagClassName
{
color: #BD8FA1;
}
</style>
background-color css
<style>
a { background-color: #BD8FA1; }
a { background-color: rgb(189,143,161); }
div.DivClassName
{
background-color: #BD8FA1;
}
.BgClassName
{
background-color: #BD8FA1;
}
</style>
border-color css
<style>
span { border-color: #BD8FA1; }
span { border-color: rgb(189,143,161); }
td.TdClassName
{
border-color: #BD8FA1;
}
.TagClassName
{
border-color: #BD8FA1;
}
</style>