Shades of Viola #B88A9C
Tints of Viola #B88A9C
RGB
CMYK
RGB Variations
Color information
#B88A9C (or 0xB88A9C) is known color: Viola. HEX triplet: B8, 8A and 9C. RGB value is (184,138,156). Sum of RGB (Red+Green+Blue) = 184+138+156=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A9C is #477563. Grayscale: #999999. Windows color (decimal): -4683108 or 10259128. OLE color: 10259128.
HSL color Cylindrical-coordinate representation of color #B88A9C: hue angle of 336.52º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88A9C is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 156 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.28 |
| HSL | 336.52º | 0.24% | 0.63% | - |
| HSV(B) | 336.52º | 0.25% | 0.72% | - |
| XYZ | 34.86 | 30.77 | 35.55 | - |
| YUV | 153.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 156 | 0 | 0.25 | 0.15 | 0.28 | 336.52 | 0.24 | 0.63 |
| Hex | B8 | 8A | 9C | 0 | 19 | F | 1C | 151 | 18 | 3F |
| Octal | 270 | 212 | 234 | 0 | 31 | 17 | 34 | 521 | 30 | 77 |
| Binary | 10111000 | 10001010 | 10011100 | 0 | 11001 | 1111 | 11100 | 101010001 | 11000 | 111111 |
Color Harmonies of #B88A9C
Complementary color
Monochromatic Colors of #B88A9C
Black with #B88A9C
Text Example
Text Example
White with #B88A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A9C; }
p { color: rgb(184,138,156); }
H1.HeaderClassName
{
color: #B88A9C;
}
.AnyTagClassName
{
color: #B88A9C;
}
</style>
background-color css
<style>
a { background-color: #B88A9C; }
a { background-color: rgb(184,138,156); }
div.DivClassName
{
background-color: #B88A9C;
}
.BgClassName
{
background-color: #B88A9C;
}
</style>
border-color css
<style>
span { border-color: #B88A9C; }
span { border-color: rgb(184,138,156); }
td.TdClassName
{
border-color: #B88A9C;
}
.TagClassName
{
border-color: #B88A9C;
}
</style>