Shades of Viola #BD929D
Tints of Viola #BD929D
RGB
CMYK
RGB Variations
Color information
#BD929D (or 0xBD929D) is known color: Viola. HEX triplet: BD, 92 and 9D. RGB value is (189,146,157). Sum of RGB (Red+Green+Blue) = 189+146+157=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD929D is #426D62. Grayscale: #A0A0A0. Windows color (decimal): -4353379 or 10326717. OLE color: 10326717.
HSL color Cylindrical-coordinate representation of color #BD929D: hue angle of 344.65º 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 #BD929D is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 157 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.26 |
| HSL | 344.65º | 0.25% | 0.66% | - |
| HSV(B) | 344.65º | 0.23% | 0.74% | - |
| XYZ | 37.35 | 33.81 | 36.46 | - |
| YUV | 160.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 157 | 0 | 0.23 | 0.17 | 0.26 | 344.65 | 0.25 | 0.66 |
| Hex | BD | 92 | 9D | 0 | 17 | 11 | 1A | 159 | 19 | 42 |
| Octal | 275 | 222 | 235 | 0 | 27 | 21 | 32 | 531 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10011101 | 0 | 10111 | 10001 | 11010 | 101011001 | 11001 | 1000010 |
Color Harmonies of #BD929D
Complementary color
Monochromatic Colors of #BD929D
Black with #BD929D
Text Example
Text Example
White with #BD929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD929D; }
p { color: rgb(189,146,157); }
H1.HeaderClassName
{
color: #BD929D;
}
.AnyTagClassName
{
color: #BD929D;
}
</style>
background-color css
<style>
a { background-color: #BD929D; }
a { background-color: rgb(189,146,157); }
div.DivClassName
{
background-color: #BD929D;
}
.BgClassName
{
background-color: #BD929D;
}
</style>
border-color css
<style>
span { border-color: #BD929D; }
span { border-color: rgb(189,146,157); }
td.TdClassName
{
border-color: #BD929D;
}
.TagClassName
{
border-color: #BD929D;
}
</style>