Shades of Viola #B2909D
Tints of Viola #B2909D
RGB
CMYK
RGB Variations
Color information
#B2909D (or 0xB2909D) is known color: Viola. HEX triplet: B2, 90 and 9D. RGB value is (178,144,157). Sum of RGB (Red+Green+Blue) = 178+144+157=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B2909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2909D is #4D6F62. Grayscale: #9B9B9B. Windows color (decimal): -5074787 or 10326194. OLE color: 10326194.
HSL color Cylindrical-coordinate representation of color #B2909D: hue angle of 337.06º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2909D is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 157 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.30 |
| HSL | 337.06º | 0.18% | 0.63% | - |
| HSV(B) | 337.06º | 0.19% | 0.7% | - |
| XYZ | 34.42 | 31.85 | 36.23 | - |
| YUV | 155.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 157 | 0 | 0.19 | 0.12 | 0.30 | 337.06 | 0.18 | 0.63 |
| Hex | B2 | 90 | 9D | 0 | 13 | C | 1E | 151 | 12 | 3F |
| Octal | 262 | 220 | 235 | 0 | 23 | 14 | 36 | 521 | 22 | 77 |
| Binary | 10110010 | 10010000 | 10011101 | 0 | 10011 | 1100 | 11110 | 101010001 | 10010 | 111111 |
Color Harmonies of #B2909D
Complementary color
Monochromatic Colors of #B2909D
Black with #B2909D
Text Example
Text Example
White with #B2909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2909D; }
p { color: rgb(178,144,157); }
H1.HeaderClassName
{
color: #B2909D;
}
.AnyTagClassName
{
color: #B2909D;
}
</style>
background-color css
<style>
a { background-color: #B2909D; }
a { background-color: rgb(178,144,157); }
div.DivClassName
{
background-color: #B2909D;
}
.BgClassName
{
background-color: #B2909D;
}
</style>
border-color css
<style>
span { border-color: #B2909D; }
span { border-color: rgb(178,144,157); }
td.TdClassName
{
border-color: #B2909D;
}
.TagClassName
{
border-color: #B2909D;
}
</style>