Shades of Viola #B88A9D
Tints of Viola #B88A9D
RGB
CMYK
RGB Variations
Color information
#B88A9D (or 0xB88A9D) is known color: Viola. HEX triplet: B8, 8A and 9D. RGB value is (184,138,157). Sum of RGB (Red+Green+Blue) = 184+138+157=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A9D is #477562. Grayscale: #999999. Windows color (decimal): -4683107 or 10324664. OLE color: 10324664.
HSL color Cylindrical-coordinate representation of color #B88A9D: hue angle of 335.22º 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 #B88A9D is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 157 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.28 |
| HSL | 335.22º | 0.24% | 0.63% | - |
| HSV(B) | 335.22º | 0.25% | 0.72% | - |
| XYZ | 34.94 | 30.8 | 36 | - |
| YUV | 153.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 157 | 0 | 0.25 | 0.15 | 0.28 | 335.22 | 0.24 | 0.63 |
| Hex | B8 | 8A | 9D | 0 | 19 | F | 1C | 14F | 18 | 3F |
| Octal | 270 | 212 | 235 | 0 | 31 | 17 | 34 | 517 | 30 | 77 |
| Binary | 10111000 | 10001010 | 10011101 | 0 | 11001 | 1111 | 11100 | 101001111 | 11000 | 111111 |
Color Harmonies of #B88A9D
Complementary color
Monochromatic Colors of #B88A9D
Black with #B88A9D
Text Example
Text Example
White with #B88A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A9D; }
p { color: rgb(184,138,157); }
H1.HeaderClassName
{
color: #B88A9D;
}
.AnyTagClassName
{
color: #B88A9D;
}
</style>
background-color css
<style>
a { background-color: #B88A9D; }
a { background-color: rgb(184,138,157); }
div.DivClassName
{
background-color: #B88A9D;
}
.BgClassName
{
background-color: #B88A9D;
}
</style>
border-color css
<style>
span { border-color: #B88A9D; }
span { border-color: rgb(184,138,157); }
td.TdClassName
{
border-color: #B88A9D;
}
.TagClassName
{
border-color: #B88A9D;
}
</style>