Shades of Viola #B2969F
Tints of Viola #B2969F
RGB
CMYK
RGB Variations
Color information
#B2969F (or 0xB2969F) is known color: Viola. HEX triplet: B2, 96 and 9F. RGB value is (178,150,159). Sum of RGB (Red+Green+Blue) = 178+150+159=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2969F is #4D6960. Grayscale: #9F9F9F. Windows color (decimal): -5073249 or 10458802. OLE color: 10458802.
HSL color Cylindrical-coordinate representation of color #B2969F: hue angle of 340.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2969F is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 150 | 159 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.30 |
| HSL | 340.71º | 0.15% | 0.64% | - |
| HSV(B) | 340.71º | 0.16% | 0.7% | - |
| XYZ | 35.52 | 33.78 | 37.45 | - |
| YUV | 159.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 159 | 0 | 0.16 | 0.11 | 0.30 | 340.71 | 0.15 | 0.64 |
| Hex | B2 | 96 | 9F | 0 | 10 | B | 1E | 155 | F | 40 |
| Octal | 262 | 226 | 237 | 0 | 20 | 13 | 36 | 525 | 17 | 100 |
| Binary | 10110010 | 10010110 | 10011111 | 0 | 10000 | 1011 | 11110 | 101010101 | 1111 | 1000000 |
Color Harmonies of #B2969F
Complementary color
Monochromatic Colors of #B2969F
Black with #B2969F
Text Example
Text Example
White with #B2969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2969F; }
p { color: rgb(178,150,159); }
H1.HeaderClassName
{
color: #B2969F;
}
.AnyTagClassName
{
color: #B2969F;
}
</style>
background-color css
<style>
a { background-color: #B2969F; }
a { background-color: rgb(178,150,159); }
div.DivClassName
{
background-color: #B2969F;
}
.BgClassName
{
background-color: #B2969F;
}
</style>
border-color css
<style>
span { border-color: #B2969F; }
span { border-color: rgb(178,150,159); }
td.TdClassName
{
border-color: #B2969F;
}
.TagClassName
{
border-color: #B2969F;
}
</style>