Shades of Viola #BD919F
Tints of Viola #BD919F
RGB
CMYK
RGB Variations
Color information
#BD919F (or 0xBD919F) is known color: Viola. HEX triplet: BD, 91 and 9F. RGB value is (189,145,159). Sum of RGB (Red+Green+Blue) = 189+145+159=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD919F is #426E60. Grayscale: #9F9F9F. Windows color (decimal): -4353633 or 10457533. OLE color: 10457533.
HSL color Cylindrical-coordinate representation of color #BD919F: hue angle of 340.91º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD919F is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 159 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.26 |
| HSL | 340.91º | 0.25% | 0.65% | - |
| HSV(B) | 340.91º | 0.23% | 0.74% | - |
| XYZ | 37.37 | 33.57 | 37.31 | - |
| YUV | 159.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 159 | 0 | 0.23 | 0.16 | 0.26 | 340.91 | 0.25 | 0.65 |
| Hex | BD | 91 | 9F | 0 | 17 | 10 | 1A | 155 | 19 | 41 |
| Octal | 275 | 221 | 237 | 0 | 27 | 20 | 32 | 525 | 31 | 101 |
| Binary | 10111101 | 10010001 | 10011111 | 0 | 10111 | 10000 | 11010 | 101010101 | 11001 | 1000001 |
Color Harmonies of #BD919F
Complementary color
Monochromatic Colors of #BD919F
Black with #BD919F
Text Example
Text Example
White with #BD919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD919F; }
p { color: rgb(189,145,159); }
H1.HeaderClassName
{
color: #BD919F;
}
.AnyTagClassName
{
color: #BD919F;
}
</style>
background-color css
<style>
a { background-color: #BD919F; }
a { background-color: rgb(189,145,159); }
div.DivClassName
{
background-color: #BD919F;
}
.BgClassName
{
background-color: #BD919F;
}
</style>
border-color css
<style>
span { border-color: #BD919F; }
span { border-color: rgb(189,145,159); }
td.TdClassName
{
border-color: #BD919F;
}
.TagClassName
{
border-color: #BD919F;
}
</style>