Shades of Viola #B3929B
Tints of Viola #B3929B
RGB
CMYK
RGB Variations
Color information
#B3929B (or 0xB3929B) is known color: Viola. HEX triplet: B3, 92 and 9B. RGB value is (179,146,155). Sum of RGB (Red+Green+Blue) = 179+146+155=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3929B is #4C6D64. Grayscale: #9C9C9C. Windows color (decimal): -5008741 or 10195635. OLE color: 10195635.
HSL color Cylindrical-coordinate representation of color #B3929B: hue angle of 343.64º 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 #B3929B is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 155 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.30 |
| HSL | 343.64º | 0.18% | 0.64% | - |
| HSV(B) | 343.64º | 0.18% | 0.7% | - |
| XYZ | 34.79 | 32.51 | 35.45 | - |
| YUV | 156.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 155 | 0 | 0.18 | 0.13 | 0.30 | 343.64 | 0.18 | 0.64 |
| Hex | B3 | 92 | 9B | 0 | 12 | D | 1E | 158 | 12 | 40 |
| Octal | 263 | 222 | 233 | 0 | 22 | 15 | 36 | 530 | 22 | 100 |
| Binary | 10110011 | 10010010 | 10011011 | 0 | 10010 | 1101 | 11110 | 101011000 | 10010 | 1000000 |
Color Harmonies of #B3929B
Complementary color
Monochromatic Colors of #B3929B
Black with #B3929B
Text Example
Text Example
White with #B3929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3929B; }
p { color: rgb(179,146,155); }
H1.HeaderClassName
{
color: #B3929B;
}
.AnyTagClassName
{
color: #B3929B;
}
</style>
background-color css
<style>
a { background-color: #B3929B; }
a { background-color: rgb(179,146,155); }
div.DivClassName
{
background-color: #B3929B;
}
.BgClassName
{
background-color: #B3929B;
}
</style>
border-color css
<style>
span { border-color: #B3929B; }
span { border-color: rgb(179,146,155); }
td.TdClassName
{
border-color: #B3929B;
}
.TagClassName
{
border-color: #B3929B;
}
</style>