Shades of Viola #BD859F
Tints of Viola #BD859F
RGB
CMYK
RGB Variations
Color information
#BD859F (or 0xBD859F) is known color: Viola. HEX triplet: BD, 85 and 9F. RGB value is (189,133,159). Sum of RGB (Red+Green+Blue) = 189+133+159=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD859F is #427A60. Grayscale: #989898. Windows color (decimal): -4356705 or 10454461. OLE color: 10454461.
HSL color Cylindrical-coordinate representation of color #BD859F: hue angle of 332.14º 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 #BD859F is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 159 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.26 |
| HSL | 332.14º | 0.3% | 0.63% | - |
| HSV(B) | 332.14º | 0.3% | 0.74% | - |
| XYZ | 35.63 | 30.1 | 36.73 | - |
| YUV | 152.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 159 | 0 | 0.30 | 0.16 | 0.26 | 332.14 | 0.3 | 0.63 |
| Hex | BD | 85 | 9F | 0 | 1E | 10 | 1A | 14C | 1E | 3F |
| Octal | 275 | 205 | 237 | 0 | 36 | 20 | 32 | 514 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10011111 | 0 | 11110 | 10000 | 11010 | 101001100 | 11110 | 111111 |
Color Harmonies of #BD859F
Complementary color
Monochromatic Colors of #BD859F
Black with #BD859F
Text Example
Text Example
White with #BD859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD859F; }
p { color: rgb(189,133,159); }
H1.HeaderClassName
{
color: #BD859F;
}
.AnyTagClassName
{
color: #BD859F;
}
</style>
background-color css
<style>
a { background-color: #BD859F; }
a { background-color: rgb(189,133,159); }
div.DivClassName
{
background-color: #BD859F;
}
.BgClassName
{
background-color: #BD859F;
}
</style>
border-color css
<style>
span { border-color: #BD859F; }
span { border-color: rgb(189,133,159); }
td.TdClassName
{
border-color: #BD859F;
}
.TagClassName
{
border-color: #BD859F;
}
</style>