Shades of Viola #BD879A
Tints of Viola #BD879A
RGB
CMYK
RGB Variations
Color information
#BD879A (or 0xBD879A) is known color: Viola. HEX triplet: BD, 87 and 9A. RGB value is (189,135,154). Sum of RGB (Red+Green+Blue) = 189+135+154=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD879A is #427865. Grayscale: #999999. Windows color (decimal): -4356198 or 10127293. OLE color: 10127293.
HSL color Cylindrical-coordinate representation of color #BD879A: hue angle of 338.89º 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 #BD879A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 154 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.26 |
| HSL | 338.89º | 0.29% | 0.64% | - |
| HSV(B) | 338.89º | 0.29% | 0.74% | - |
| XYZ | 35.48 | 30.48 | 34.58 | - |
| YUV | 153.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 154 | 0 | 0.29 | 0.19 | 0.26 | 338.89 | 0.29 | 0.64 |
| Hex | BD | 87 | 9A | 0 | 1D | 13 | 1A | 153 | 1D | 40 |
| Octal | 275 | 207 | 232 | 0 | 35 | 23 | 32 | 523 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10011010 | 0 | 11101 | 10011 | 11010 | 101010011 | 11101 | 1000000 |
Color Harmonies of #BD879A
Complementary color
Monochromatic Colors of #BD879A
Black with #BD879A
Text Example
Text Example
White with #BD879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD879A; }
p { color: rgb(189,135,154); }
H1.HeaderClassName
{
color: #BD879A;
}
.AnyTagClassName
{
color: #BD879A;
}
</style>
background-color css
<style>
a { background-color: #BD879A; }
a { background-color: rgb(189,135,154); }
div.DivClassName
{
background-color: #BD879A;
}
.BgClassName
{
background-color: #BD879A;
}
</style>
border-color css
<style>
span { border-color: #BD879A; }
span { border-color: rgb(189,135,154); }
td.TdClassName
{
border-color: #BD879A;
}
.TagClassName
{
border-color: #BD879A;
}
</style>