Shades of Viola #B5969C
Tints of Viola #B5969C
RGB
CMYK
RGB Variations
Color information
#B5969C (or 0xB5969C) is known color: Viola. HEX triplet: B5, 96 and 9C. RGB value is (181,150,156). Sum of RGB (Red+Green+Blue) = 181+150+156=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5969C is #4A6963. Grayscale: #9F9F9F. Windows color (decimal): -4876644 or 10262197. OLE color: 10262197.
HSL color Cylindrical-coordinate representation of color #B5969C: hue angle of 348.39º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5969C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 156 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.29 |
| HSL | 348.39º | 0.17% | 0.65% | - |
| HSV(B) | 348.39º | 0.17% | 0.71% | - |
| XYZ | 35.96 | 34.04 | 36.13 | - |
| YUV | 159.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 156 | 0 | 0.17 | 0.14 | 0.29 | 348.39 | 0.17 | 0.65 |
| Hex | B5 | 96 | 9C | 0 | 11 | E | 1D | 15C | 11 | 41 |
| Octal | 265 | 226 | 234 | 0 | 21 | 16 | 35 | 534 | 21 | 101 |
| Binary | 10110101 | 10010110 | 10011100 | 0 | 10001 | 1110 | 11101 | 101011100 | 10001 | 1000001 |
Color Harmonies of #B5969C
Complementary color
Monochromatic Colors of #B5969C
Black with #B5969C
Text Example
Text Example
White with #B5969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5969C; }
p { color: rgb(181,150,156); }
H1.HeaderClassName
{
color: #B5969C;
}
.AnyTagClassName
{
color: #B5969C;
}
</style>
background-color css
<style>
a { background-color: #B5969C; }
a { background-color: rgb(181,150,156); }
div.DivClassName
{
background-color: #B5969C;
}
.BgClassName
{
background-color: #B5969C;
}
</style>
border-color css
<style>
span { border-color: #B5969C; }
span { border-color: rgb(181,150,156); }
td.TdClassName
{
border-color: #B5969C;
}
.TagClassName
{
border-color: #B5969C;
}
</style>