Shades of Viola #BD93A0
Tints of Viola #BD93A0
RGB
CMYK
RGB Variations
Color information
#BD93A0 (or 0xBD93A0) is known color: Viola. HEX triplet: BD, 93 and A0. RGB value is (189,147,160). Sum of RGB (Red+Green+Blue) = 189+147+160=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD93A0 is #426C5F. Grayscale: #A1A1A1. Windows color (decimal): -4353120 or 10523581. OLE color: 10523581.
HSL color Cylindrical-coordinate representation of color #BD93A0: hue angle of 341.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD93A0 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 160 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.26 |
| HSL | 341.43º | 0.24% | 0.66% | - |
| HSV(B) | 341.43º | 0.22% | 0.74% | - |
| XYZ | 37.77 | 34.22 | 37.87 | - |
| YUV | 161.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 160 | 0 | 0.22 | 0.15 | 0.26 | 341.43 | 0.24 | 0.66 |
| Hex | BD | 93 | A0 | 0 | 16 | F | 1A | 155 | 18 | 42 |
| Octal | 275 | 223 | 240 | 0 | 26 | 17 | 32 | 525 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10100000 | 0 | 10110 | 1111 | 11010 | 101010101 | 11000 | 1000010 |
Color Harmonies of #BD93A0
Complementary color
Monochromatic Colors of #BD93A0
Black with #BD93A0
Text Example
Text Example
White with #BD93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93A0; }
p { color: rgb(189,147,160); }
H1.HeaderClassName
{
color: #BD93A0;
}
.AnyTagClassName
{
color: #BD93A0;
}
</style>
background-color css
<style>
a { background-color: #BD93A0; }
a { background-color: rgb(189,147,160); }
div.DivClassName
{
background-color: #BD93A0;
}
.BgClassName
{
background-color: #BD93A0;
}
</style>
border-color css
<style>
span { border-color: #BD93A0; }
span { border-color: rgb(189,147,160); }
td.TdClassName
{
border-color: #BD93A0;
}
.TagClassName
{
border-color: #BD93A0;
}
</style>