Shades of Viola #BD849E
Tints of Viola #BD849E
RGB
CMYK
RGB Variations
Color information
#BD849E (or 0xBD849E) is known color: Viola. HEX triplet: BD, 84 and 9E. RGB value is (189,132,158). Sum of RGB (Red+Green+Blue) = 189+132+158=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD849E is #427B61. Grayscale: #979797. Windows color (decimal): -4356962 or 10388669. OLE color: 10388669.
HSL color Cylindrical-coordinate representation of color #BD849E: hue angle of 332.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD849E is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 158 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.26 |
| HSL | 332.63º | 0.3% | 0.63% | - |
| HSV(B) | 332.63º | 0.3% | 0.74% | - |
| XYZ | 35.41 | 29.79 | 36.23 | - |
| YUV | 152.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 158 | 0 | 0.30 | 0.16 | 0.26 | 332.63 | 0.3 | 0.63 |
| Hex | BD | 84 | 9E | 0 | 1E | 10 | 1A | 14D | 1E | 3F |
| Octal | 275 | 204 | 236 | 0 | 36 | 20 | 32 | 515 | 36 | 77 |
| Binary | 10111101 | 10000100 | 10011110 | 0 | 11110 | 10000 | 11010 | 101001101 | 11110 | 111111 |
Color Harmonies of #BD849E
Complementary color
Monochromatic Colors of #BD849E
Black with #BD849E
Text Example
Text Example
White with #BD849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD849E; }
p { color: rgb(189,132,158); }
H1.HeaderClassName
{
color: #BD849E;
}
.AnyTagClassName
{
color: #BD849E;
}
</style>
background-color css
<style>
a { background-color: #BD849E; }
a { background-color: rgb(189,132,158); }
div.DivClassName
{
background-color: #BD849E;
}
.BgClassName
{
background-color: #BD849E;
}
</style>
border-color css
<style>
span { border-color: #BD849E; }
span { border-color: rgb(189,132,158); }
td.TdClassName
{
border-color: #BD849E;
}
.TagClassName
{
border-color: #BD849E;
}
</style>