Shades of Viola #B48A9A
Tints of Viola #B48A9A
RGB
CMYK
RGB Variations
Color information
#B48A9A (or 0xB48A9A) is known color: Viola. HEX triplet: B4, 8A and 9A. RGB value is (180,138,154). Sum of RGB (Red+Green+Blue) = 180+138+154=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A9A is #4B7565. Grayscale: #989898. Windows color (decimal): -4945254 or 10128052. OLE color: 10128052.
HSL color Cylindrical-coordinate representation of color #B48A9A: hue angle of 337.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48A9A is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 154 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.29 |
| HSL | 337.14º | 0.22% | 0.62% | - |
| HSV(B) | 337.14º | 0.23% | 0.71% | - |
| XYZ | 33.74 | 30.21 | 34.63 | - |
| YUV | 152.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 154 | 0 | 0.23 | 0.14 | 0.29 | 337.14 | 0.22 | 0.62 |
| Hex | B4 | 8A | 9A | 0 | 17 | E | 1D | 151 | 16 | 3E |
| Octal | 264 | 212 | 232 | 0 | 27 | 16 | 35 | 521 | 26 | 76 |
| Binary | 10110100 | 10001010 | 10011010 | 0 | 10111 | 1110 | 11101 | 101010001 | 10110 | 111110 |
Color Harmonies of #B48A9A
Complementary color
Monochromatic Colors of #B48A9A
Black with #B48A9A
Text Example
Text Example
White with #B48A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A9A; }
p { color: rgb(180,138,154); }
H1.HeaderClassName
{
color: #B48A9A;
}
.AnyTagClassName
{
color: #B48A9A;
}
</style>
background-color css
<style>
a { background-color: #B48A9A; }
a { background-color: rgb(180,138,154); }
div.DivClassName
{
background-color: #B48A9A;
}
.BgClassName
{
background-color: #B48A9A;
}
</style>
border-color css
<style>
span { border-color: #B48A9A; }
span { border-color: rgb(180,138,154); }
td.TdClassName
{
border-color: #B48A9A;
}
.TagClassName
{
border-color: #B48A9A;
}
</style>