Shades of Viola #BD92A4
Tints of Viola #BD92A4
RGB
CMYK
RGB Variations
Color information
#BD92A4 (or 0xBD92A4) is known color: Viola. HEX triplet: BD, 92 and A4. RGB value is (189,146,164). Sum of RGB (Red+Green+Blue) = 189+146+164=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92A4 is #426D5B. Grayscale: #A0A0A0. Windows color (decimal): -4353372 or 10785469. OLE color: 10785469.
HSL color Cylindrical-coordinate representation of color #BD92A4: hue angle of 334.88º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92A4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 164 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.26 |
| HSL | 334.88º | 0.25% | 0.66% | - |
| HSV(B) | 334.88º | 0.23% | 0.74% | - |
| XYZ | 37.97 | 34.06 | 39.69 | - |
| YUV | 160.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 164 | 0 | 0.23 | 0.13 | 0.26 | 334.88 | 0.25 | 0.66 |
| Hex | BD | 92 | A4 | 0 | 17 | D | 1A | 14F | 19 | 42 |
| Octal | 275 | 222 | 244 | 0 | 27 | 15 | 32 | 517 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10100100 | 0 | 10111 | 1101 | 11010 | 101001111 | 11001 | 1000010 |
Color Harmonies of #BD92A4
Complementary color
Monochromatic Colors of #BD92A4
Black with #BD92A4
Text Example
Text Example
White with #BD92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92A4; }
p { color: rgb(189,146,164); }
H1.HeaderClassName
{
color: #BD92A4;
}
.AnyTagClassName
{
color: #BD92A4;
}
</style>
background-color css
<style>
a { background-color: #BD92A4; }
a { background-color: rgb(189,146,164); }
div.DivClassName
{
background-color: #BD92A4;
}
.BgClassName
{
background-color: #BD92A4;
}
</style>
border-color css
<style>
span { border-color: #BD92A4; }
span { border-color: rgb(189,146,164); }
td.TdClassName
{
border-color: #BD92A4;
}
.TagClassName
{
border-color: #BD92A4;
}
</style>