Shades of Viola #BD94A3
Tints of Viola #BD94A3
RGB
CMYK
RGB Variations
Color information
#BD94A3 (or 0xBD94A3) is known color: Viola. HEX triplet: BD, 94 and A3. RGB value is (189,148,163). Sum of RGB (Red+Green+Blue) = 189+148+163=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD94A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD94A3 is #426B5C. Grayscale: #A1A1A1. Windows color (decimal): -4352861 or 10720445. OLE color: 10720445.
HSL color Cylindrical-coordinate representation of color #BD94A3: hue angle of 338.05º 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 #BD94A3 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 163 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.26 |
| HSL | 338.05º | 0.24% | 0.66% | - |
| HSV(B) | 338.05º | 0.22% | 0.74% | - |
| XYZ | 38.19 | 34.64 | 39.32 | - |
| YUV | 161.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 163 | 0 | 0.22 | 0.14 | 0.26 | 338.05 | 0.24 | 0.66 |
| Hex | BD | 94 | A3 | 0 | 16 | E | 1A | 152 | 18 | 42 |
| Octal | 275 | 224 | 243 | 0 | 26 | 16 | 32 | 522 | 30 | 102 |
| Binary | 10111101 | 10010100 | 10100011 | 0 | 10110 | 1110 | 11010 | 101010010 | 11000 | 1000010 |
Color Harmonies of #BD94A3
Complementary color
Monochromatic Colors of #BD94A3
Black with #BD94A3
Text Example
Text Example
White with #BD94A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94A3; }
p { color: rgb(189,148,163); }
H1.HeaderClassName
{
color: #BD94A3;
}
.AnyTagClassName
{
color: #BD94A3;
}
</style>
background-color css
<style>
a { background-color: #BD94A3; }
a { background-color: rgb(189,148,163); }
div.DivClassName
{
background-color: #BD94A3;
}
.BgClassName
{
background-color: #BD94A3;
}
</style>
border-color css
<style>
span { border-color: #BD94A3; }
span { border-color: rgb(189,148,163); }
td.TdClassName
{
border-color: #BD94A3;
}
.TagClassName
{
border-color: #BD94A3;
}
</style>