Shades of Viola #BD919A
Tints of Viola #BD919A
RGB
CMYK
RGB Variations
Color information
#BD919A (or 0xBD919A) is known color: Viola. HEX triplet: BD, 91 and 9A. RGB value is (189,145,154). Sum of RGB (Red+Green+Blue) = 189+145+154=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD919A is #426E65. Grayscale: #9F9F9F. Windows color (decimal): -4353638 or 10129853. OLE color: 10129853.
HSL color Cylindrical-coordinate representation of color #BD919A: hue angle of 347.73º 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 #BD919A is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 154 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.26 |
| HSL | 347.73º | 0.25% | 0.65% | - |
| HSV(B) | 347.73º | 0.23% | 0.74% | - |
| XYZ | 36.94 | 33.4 | 35.07 | - |
| YUV | 159.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 154 | 0 | 0.23 | 0.19 | 0.26 | 347.73 | 0.25 | 0.65 |
| Hex | BD | 91 | 9A | 0 | 17 | 13 | 1A | 15C | 19 | 41 |
| Octal | 275 | 221 | 232 | 0 | 27 | 23 | 32 | 534 | 31 | 101 |
| Binary | 10111101 | 10010001 | 10011010 | 0 | 10111 | 10011 | 11010 | 101011100 | 11001 | 1000001 |
Color Harmonies of #BD919A
Complementary color
Monochromatic Colors of #BD919A
Black with #BD919A
Text Example
Text Example
White with #BD919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD919A; }
p { color: rgb(189,145,154); }
H1.HeaderClassName
{
color: #BD919A;
}
.AnyTagClassName
{
color: #BD919A;
}
</style>
background-color css
<style>
a { background-color: #BD919A; }
a { background-color: rgb(189,145,154); }
div.DivClassName
{
background-color: #BD919A;
}
.BgClassName
{
background-color: #BD919A;
}
</style>
border-color css
<style>
span { border-color: #BD919A; }
span { border-color: rgb(189,145,154); }
td.TdClassName
{
border-color: #BD919A;
}
.TagClassName
{
border-color: #BD919A;
}
</style>