Shades of Viola #B2949F
Tints of Viola #B2949F
RGB
CMYK
RGB Variations
Color information
#B2949F (or 0xB2949F) is known color: Viola. HEX triplet: B2, 94 and 9F. RGB value is (178,148,159). Sum of RGB (Red+Green+Blue) = 178+148+159=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2949F is #4D6B60. Grayscale: #9E9E9E. Windows color (decimal): -5073761 or 10458290. OLE color: 10458290.
HSL color Cylindrical-coordinate representation of color #B2949F: hue angle of 338º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2949F is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 159 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.30 |
| HSL | 338º | 0.16% | 0.64% | - |
| HSV(B) | 338º | 0.17% | 0.7% | - |
| XYZ | 35.21 | 33.15 | 37.34 | - |
| YUV | 158.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 159 | 0 | 0.17 | 0.11 | 0.30 | 338 | 0.16 | 0.64 |
| Hex | B2 | 94 | 9F | 0 | 11 | B | 1E | 152 | 10 | 40 |
| Octal | 262 | 224 | 237 | 0 | 21 | 13 | 36 | 522 | 20 | 100 |
| Binary | 10110010 | 10010100 | 10011111 | 0 | 10001 | 1011 | 11110 | 101010010 | 10000 | 1000000 |
Color Harmonies of #B2949F
Complementary color
Monochromatic Colors of #B2949F
Black with #B2949F
Text Example
Text Example
White with #B2949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2949F; }
p { color: rgb(178,148,159); }
H1.HeaderClassName
{
color: #B2949F;
}
.AnyTagClassName
{
color: #B2949F;
}
</style>
background-color css
<style>
a { background-color: #B2949F; }
a { background-color: rgb(178,148,159); }
div.DivClassName
{
background-color: #B2949F;
}
.BgClassName
{
background-color: #B2949F;
}
</style>
border-color css
<style>
span { border-color: #B2949F; }
span { border-color: rgb(178,148,159); }
td.TdClassName
{
border-color: #B2949F;
}
.TagClassName
{
border-color: #B2949F;
}
</style>