Shades of Viola #B3929A
Tints of Viola #B3929A
RGB
CMYK
RGB Variations
Color information
#B3929A (or 0xB3929A) is known color: Viola. HEX triplet: B3, 92 and 9A. RGB value is (179,146,154). Sum of RGB (Red+Green+Blue) = 179+146+154=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B3929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3929A is #4C6D65. Grayscale: #9C9C9C. Windows color (decimal): -5008742 or 10130099. OLE color: 10130099.
HSL color Cylindrical-coordinate representation of color #B3929A: hue angle of 345.45º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3929A is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 154 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.30 |
| HSL | 345.45º | 0.18% | 0.64% | - |
| HSV(B) | 345.45º | 0.18% | 0.7% | - |
| XYZ | 34.7 | 32.47 | 35.01 | - |
| YUV | 156.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 154 | 0 | 0.18 | 0.14 | 0.30 | 345.45 | 0.18 | 0.64 |
| Hex | B3 | 92 | 9A | 0 | 12 | E | 1E | 159 | 12 | 40 |
| Octal | 263 | 222 | 232 | 0 | 22 | 16 | 36 | 531 | 22 | 100 |
| Binary | 10110011 | 10010010 | 10011010 | 0 | 10010 | 1110 | 11110 | 101011001 | 10010 | 1000000 |
Color Harmonies of #B3929A
Complementary color
Monochromatic Colors of #B3929A
Black with #B3929A
Text Example
Text Example
White with #B3929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3929A; }
p { color: rgb(179,146,154); }
H1.HeaderClassName
{
color: #B3929A;
}
.AnyTagClassName
{
color: #B3929A;
}
</style>
background-color css
<style>
a { background-color: #B3929A; }
a { background-color: rgb(179,146,154); }
div.DivClassName
{
background-color: #B3929A;
}
.BgClassName
{
background-color: #B3929A;
}
</style>
border-color css
<style>
span { border-color: #B3929A; }
span { border-color: rgb(179,146,154); }
td.TdClassName
{
border-color: #B3929A;
}
.TagClassName
{
border-color: #B3929A;
}
</style>