Shades of Viola #B4909A
Tints of Viola #B4909A
RGB
CMYK
RGB Variations
Color information
#B4909A (or 0xB4909A) is known color: Viola. HEX triplet: B4, 90 and 9A. RGB value is (180,144,154). Sum of RGB (Red+Green+Blue) = 180+144+154=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4909A is #4B6F65. Grayscale: #9B9B9B. Windows color (decimal): -4943718 or 10129588. OLE color: 10129588.
HSL color Cylindrical-coordinate representation of color #B4909A: hue angle of 343.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4909A is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 154 | - |
| CMYK | 0 | 0.2 | 0.14 | 0.29 |
| HSL | 343.33º | 0.19% | 0.64% | - |
| HSV(B) | 343.33º | 0.2% | 0.71% | - |
| XYZ | 34.63 | 31.98 | 34.92 | - |
| YUV | 155.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 154 | 0 | 0.2 | 0.14 | 0.29 | 343.33 | 0.19 | 0.64 |
| Hex | B4 | 90 | 9A | 0 | 14 | E | 1D | 157 | 13 | 40 |
| Octal | 264 | 220 | 232 | 0 | 24 | 16 | 35 | 527 | 23 | 100 |
| Binary | 10110100 | 10010000 | 10011010 | 0 | 10100 | 1110 | 11101 | 101010111 | 10011 | 1000000 |
Color Harmonies of #B4909A
Complementary color
Monochromatic Colors of #B4909A
Black with #B4909A
Text Example
Text Example
White with #B4909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4909A; }
p { color: rgb(180,144,154); }
H1.HeaderClassName
{
color: #B4909A;
}
.AnyTagClassName
{
color: #B4909A;
}
</style>
background-color css
<style>
a { background-color: #B4909A; }
a { background-color: rgb(180,144,154); }
div.DivClassName
{
background-color: #B4909A;
}
.BgClassName
{
background-color: #B4909A;
}
</style>
border-color css
<style>
span { border-color: #B4909A; }
span { border-color: rgb(180,144,154); }
td.TdClassName
{
border-color: #B4909A;
}
.TagClassName
{
border-color: #B4909A;
}
</style>