Shades of Viola #B48A90
Tints of Viola #B48A90
RGB
CMYK
RGB Variations
Color information
#B48A90 (or 0xB48A90) is known color: Viola. HEX triplet: B4, 8A and 90. RGB value is (180,138,144). Sum of RGB (Red+Green+Blue) = 180+138+144=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A90 is #4B756F. Grayscale: #979797. Windows color (decimal): -4945264 or 9472692. OLE color: 9472692.
HSL color Cylindrical-coordinate representation of color #B48A90: hue angle of 351.43º 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 #B48A90 is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 144 | - |
| CMYK | 0 | 0.23 | 0.2 | 0.29 |
| HSL | 351.43º | 0.22% | 0.62% | - |
| HSV(B) | 351.43º | 0.23% | 0.71% | - |
| XYZ | 32.94 | 29.89 | 30.42 | - |
| YUV | 151.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 144 | 0 | 0.23 | 0.2 | 0.29 | 351.43 | 0.22 | 0.62 |
| Hex | B4 | 8A | 90 | 0 | 17 | 14 | 1D | 15F | 16 | 3E |
| Octal | 264 | 212 | 220 | 0 | 27 | 24 | 35 | 537 | 26 | 76 |
| Binary | 10110100 | 10001010 | 10010000 | 0 | 10111 | 10100 | 11101 | 101011111 | 10110 | 111110 |
Color Harmonies of #B48A90
Complementary color
Monochromatic Colors of #B48A90
Black with #B48A90
Text Example
Text Example
White with #B48A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A90; }
p { color: rgb(180,138,144); }
H1.HeaderClassName
{
color: #B48A90;
}
.AnyTagClassName
{
color: #B48A90;
}
</style>
background-color css
<style>
a { background-color: #B48A90; }
a { background-color: rgb(180,138,144); }
div.DivClassName
{
background-color: #B48A90;
}
.BgClassName
{
background-color: #B48A90;
}
</style>
border-color css
<style>
span { border-color: #B48A90; }
span { border-color: rgb(180,138,144); }
td.TdClassName
{
border-color: #B48A90;
}
.TagClassName
{
border-color: #B48A90;
}
</style>