Shades of Viola #BD8FA5
Tints of Viola #BD8FA5
RGB
CMYK
RGB Variations
Color information
#BD8FA5 (or 0xBD8FA5) is known color: Viola. HEX triplet: BD, 8F and A5. RGB value is (189,143,165). Sum of RGB (Red+Green+Blue) = 189+143+165=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FA5 is #42705A. Grayscale: #9F9F9F. Windows color (decimal): -4354139 or 10850237. OLE color: 10850237.
HSL color Cylindrical-coordinate representation of color #BD8FA5: hue angle of 331.3º 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 #BD8FA5 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 165 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.26 |
| HSL | 331.3º | 0.26% | 0.65% | - |
| HSV(B) | 331.3º | 0.24% | 0.74% | - |
| XYZ | 37.6 | 33.18 | 40.02 | - |
| YUV | 159.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 165 | 0 | 0.24 | 0.13 | 0.26 | 331.3 | 0.26 | 0.65 |
| Hex | BD | 8F | A5 | 0 | 18 | D | 1A | 14B | 1A | 41 |
| Octal | 275 | 217 | 245 | 0 | 30 | 15 | 32 | 513 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10100101 | 0 | 11000 | 1101 | 11010 | 101001011 | 11010 | 1000001 |
Color Harmonies of #BD8FA5
Complementary color
Monochromatic Colors of #BD8FA5
Black with #BD8FA5
Text Example
Text Example
White with #BD8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FA5; }
p { color: rgb(189,143,165); }
H1.HeaderClassName
{
color: #BD8FA5;
}
.AnyTagClassName
{
color: #BD8FA5;
}
</style>
background-color css
<style>
a { background-color: #BD8FA5; }
a { background-color: rgb(189,143,165); }
div.DivClassName
{
background-color: #BD8FA5;
}
.BgClassName
{
background-color: #BD8FA5;
}
</style>
border-color css
<style>
span { border-color: #BD8FA5; }
span { border-color: rgb(189,143,165); }
td.TdClassName
{
border-color: #BD8FA5;
}
.TagClassName
{
border-color: #BD8FA5;
}
</style>