Shades of Viola #BD8794
Tints of Viola #BD8794
RGB
CMYK
RGB Variations
Color information
#BD8794 (or 0xBD8794) is known color: Viola. HEX triplet: BD, 87 and 94. RGB value is (189,135,148). Sum of RGB (Red+Green+Blue) = 189+135+148=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8794 is #42786B. Grayscale: #989898. Windows color (decimal): -4356204 or 9734077. OLE color: 9734077.
HSL color Cylindrical-coordinate representation of color #BD8794: hue angle of 345.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD8794 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 148 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.26 |
| HSL | 345.56º | 0.29% | 0.64% | - |
| HSV(B) | 345.56º | 0.29% | 0.74% | - |
| XYZ | 35 | 30.28 | 32.02 | - |
| YUV | 152.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 148 | 0 | 0.29 | 0.22 | 0.26 | 345.56 | 0.29 | 0.64 |
| Hex | BD | 87 | 94 | 0 | 1D | 16 | 1A | 15A | 1D | 40 |
| Octal | 275 | 207 | 224 | 0 | 35 | 26 | 32 | 532 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10010100 | 0 | 11101 | 10110 | 11010 | 101011010 | 11101 | 1000000 |
Color Harmonies of #BD8794
Complementary color
Monochromatic Colors of #BD8794
Black with #BD8794
Text Example
Text Example
White with #BD8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8794; }
p { color: rgb(189,135,148); }
H1.HeaderClassName
{
color: #BD8794;
}
.AnyTagClassName
{
color: #BD8794;
}
</style>
background-color css
<style>
a { background-color: #BD8794; }
a { background-color: rgb(189,135,148); }
div.DivClassName
{
background-color: #BD8794;
}
.BgClassName
{
background-color: #BD8794;
}
</style>
border-color css
<style>
span { border-color: #BD8794; }
span { border-color: rgb(189,135,148); }
td.TdClassName
{
border-color: #BD8794;
}
.TagClassName
{
border-color: #BD8794;
}
</style>