Shades of Viola #BD8599
Tints of Viola #BD8599
RGB
CMYK
RGB Variations
Color information
#BD8599 (or 0xBD8599) is known color: Viola. HEX triplet: BD, 85 and 99. RGB value is (189,133,153). Sum of RGB (Red+Green+Blue) = 189+133+153=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8599 is #427A66. Grayscale: #989898. Windows color (decimal): -4356711 or 10061245. OLE color: 10061245.
HSL color Cylindrical-coordinate representation of color #BD8599: hue angle of 338.57º 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 #BD8599 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 153 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.26 |
| HSL | 338.57º | 0.3% | 0.63% | - |
| HSV(B) | 338.57º | 0.3% | 0.74% | - |
| XYZ | 35.12 | 29.89 | 34.06 | - |
| YUV | 152.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 153 | 0 | 0.30 | 0.19 | 0.26 | 338.57 | 0.3 | 0.63 |
| Hex | BD | 85 | 99 | 0 | 1E | 13 | 1A | 153 | 1E | 3F |
| Octal | 275 | 205 | 231 | 0 | 36 | 23 | 32 | 523 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10011001 | 0 | 11110 | 10011 | 11010 | 101010011 | 11110 | 111111 |
Color Harmonies of #BD8599
Complementary color
Monochromatic Colors of #BD8599
Black with #BD8599
Text Example
Text Example
White with #BD8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8599; }
p { color: rgb(189,133,153); }
H1.HeaderClassName
{
color: #BD8599;
}
.AnyTagClassName
{
color: #BD8599;
}
</style>
background-color css
<style>
a { background-color: #BD8599; }
a { background-color: rgb(189,133,153); }
div.DivClassName
{
background-color: #BD8599;
}
.BgClassName
{
background-color: #BD8599;
}
</style>
border-color css
<style>
span { border-color: #BD8599; }
span { border-color: rgb(189,133,153); }
td.TdClassName
{
border-color: #BD8599;
}
.TagClassName
{
border-color: #BD8599;
}
</style>