Shades of Viola #BD8792
Tints of Viola #BD8792
RGB
CMYK
RGB Variations
Color information
#BD8792 (or 0xBD8792) is known color: Viola. HEX triplet: BD, 87 and 92. RGB value is (189,135,146). Sum of RGB (Red+Green+Blue) = 189+135+146=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8792 is #42786D. Grayscale: #989898. Windows color (decimal): -4356206 or 9603005. OLE color: 9603005.
HSL color Cylindrical-coordinate representation of color #BD8792: hue angle of 347.78º 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 #BD8792 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 146 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.26 |
| HSL | 347.78º | 0.29% | 0.64% | - |
| HSV(B) | 347.78º | 0.29% | 0.74% | - |
| XYZ | 34.84 | 30.22 | 31.19 | - |
| YUV | 152.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 146 | 0 | 0.29 | 0.23 | 0.26 | 347.78 | 0.29 | 0.64 |
| Hex | BD | 87 | 92 | 0 | 1D | 17 | 1A | 15C | 1D | 40 |
| Octal | 275 | 207 | 222 | 0 | 35 | 27 | 32 | 534 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10010010 | 0 | 11101 | 10111 | 11010 | 101011100 | 11101 | 1000000 |
Color Harmonies of #BD8792
Complementary color
Monochromatic Colors of #BD8792
Black with #BD8792
Text Example
Text Example
White with #BD8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8792; }
p { color: rgb(189,135,146); }
H1.HeaderClassName
{
color: #BD8792;
}
.AnyTagClassName
{
color: #BD8792;
}
</style>
background-color css
<style>
a { background-color: #BD8792; }
a { background-color: rgb(189,135,146); }
div.DivClassName
{
background-color: #BD8792;
}
.BgClassName
{
background-color: #BD8792;
}
</style>
border-color css
<style>
span { border-color: #BD8792; }
span { border-color: rgb(189,135,146); }
td.TdClassName
{
border-color: #BD8792;
}
.TagClassName
{
border-color: #BD8792;
}
</style>