Shades of Viola #B59CA3
Tints of Viola #B59CA3
RGB
CMYK
RGB Variations
Color information
#B59CA3 (or 0xB59CA3) is known color: Viola. HEX triplet: B5, 9C and A3. RGB value is (181,156,163). Sum of RGB (Red+Green+Blue) = 181+156+163=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59CA3 is #4A635C. Grayscale: #A4A4A4. Windows color (decimal): -4875101 or 10722485. OLE color: 10722485.
HSL color Cylindrical-coordinate representation of color #B59CA3: hue angle of 343.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B59CA3 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 163 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.29 |
| HSL | 343.2º | 0.14% | 0.66% | - |
| HSV(B) | 343.2º | 0.14% | 0.71% | - |
| XYZ | 37.56 | 36.25 | 39.67 | - |
| YUV | 164.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 163 | 0 | 0.14 | 0.10 | 0.29 | 343.2 | 0.14 | 0.66 |
| Hex | B5 | 9C | A3 | 0 | E | A | 1D | 157 | E | 42 |
| Octal | 265 | 234 | 243 | 0 | 16 | 12 | 35 | 527 | 16 | 102 |
| Binary | 10110101 | 10011100 | 10100011 | 0 | 1110 | 1010 | 11101 | 101010111 | 1110 | 1000010 |
Color Harmonies of #B59CA3
Complementary color
Monochromatic Colors of #B59CA3
Black with #B59CA3
Text Example
Text Example
White with #B59CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CA3; }
p { color: rgb(181,156,163); }
H1.HeaderClassName
{
color: #B59CA3;
}
.AnyTagClassName
{
color: #B59CA3;
}
</style>
background-color css
<style>
a { background-color: #B59CA3; }
a { background-color: rgb(181,156,163); }
div.DivClassName
{
background-color: #B59CA3;
}
.BgClassName
{
background-color: #B59CA3;
}
</style>
border-color css
<style>
span { border-color: #B59CA3; }
span { border-color: rgb(181,156,163); }
td.TdClassName
{
border-color: #B59CA3;
}
.TagClassName
{
border-color: #B59CA3;
}
</style>