Shades of Viola #BD879B
Tints of Viola #BD879B
RGB
CMYK
RGB Variations
Color information
#BD879B (or 0xBD879B) is known color: Viola. HEX triplet: BD, 87 and 9B. RGB value is (189,135,155). Sum of RGB (Red+Green+Blue) = 189+135+155=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD879B is #427864. Grayscale: #999999. Windows color (decimal): -4356197 or 10192829. OLE color: 10192829.
HSL color Cylindrical-coordinate representation of color #BD879B: hue angle of 337.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 #BD879B is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 155 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.26 |
| HSL | 337.78º | 0.29% | 0.64% | - |
| HSV(B) | 337.78º | 0.29% | 0.74% | - |
| XYZ | 35.57 | 30.51 | 35.03 | - |
| YUV | 153.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 155 | 0 | 0.29 | 0.18 | 0.26 | 337.78 | 0.29 | 0.64 |
| Hex | BD | 87 | 9B | 0 | 1D | 12 | 1A | 152 | 1D | 40 |
| Octal | 275 | 207 | 233 | 0 | 35 | 22 | 32 | 522 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10011011 | 0 | 11101 | 10010 | 11010 | 101010010 | 11101 | 1000000 |
Color Harmonies of #BD879B
Complementary color
Monochromatic Colors of #BD879B
Black with #BD879B
Text Example
Text Example
White with #BD879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD879B; }
p { color: rgb(189,135,155); }
H1.HeaderClassName
{
color: #BD879B;
}
.AnyTagClassName
{
color: #BD879B;
}
</style>
background-color css
<style>
a { background-color: #BD879B; }
a { background-color: rgb(189,135,155); }
div.DivClassName
{
background-color: #BD879B;
}
.BgClassName
{
background-color: #BD879B;
}
</style>
border-color css
<style>
span { border-color: #BD879B; }
span { border-color: rgb(189,135,155); }
td.TdClassName
{
border-color: #BD879B;
}
.TagClassName
{
border-color: #BD879B;
}
</style>