Shades of Viola #B58294
Tints of Viola #B58294
RGB
CMYK
RGB Variations
Color information
#B58294 (or 0xB58294) is known color: Viola. HEX triplet: B5, 82 and 94. RGB value is (181,130,148). Sum of RGB (Red+Green+Blue) = 181+130+148=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B58294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58294 is #4A7D6B. Grayscale: #939393. Windows color (decimal): -4881772 or 9732789. OLE color: 9732789.
HSL color Cylindrical-coordinate representation of color #B58294: hue angle of 338.82º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B58294 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 148 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.29 |
| HSL | 338.82º | 0.26% | 0.61% | - |
| HSV(B) | 338.82º | 0.28% | 0.71% | - |
| XYZ | 32.38 | 27.93 | 31.7 | - |
| YUV | 147.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 148 | 0 | 0.28 | 0.18 | 0.29 | 338.82 | 0.26 | 0.61 |
| Hex | B5 | 82 | 94 | 0 | 1C | 12 | 1D | 153 | 1A | 3D |
| Octal | 265 | 202 | 224 | 0 | 34 | 22 | 35 | 523 | 32 | 75 |
| Binary | 10110101 | 10000010 | 10010100 | 0 | 11100 | 10010 | 11101 | 101010011 | 11010 | 111101 |
Color Harmonies of #B58294
Complementary color
Monochromatic Colors of #B58294
Black with #B58294
Text Example
Text Example
White with #B58294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58294; }
p { color: rgb(181,130,148); }
H1.HeaderClassName
{
color: #B58294;
}
.AnyTagClassName
{
color: #B58294;
}
</style>
background-color css
<style>
a { background-color: #B58294; }
a { background-color: rgb(181,130,148); }
div.DivClassName
{
background-color: #B58294;
}
.BgClassName
{
background-color: #B58294;
}
</style>
border-color css
<style>
span { border-color: #B58294; }
span { border-color: rgb(181,130,148); }
td.TdClassName
{
border-color: #B58294;
}
.TagClassName
{
border-color: #B58294;
}
</style>