Shades of Viola #B88F9B
Tints of Viola #B88F9B
RGB
CMYK
RGB Variations
Color information
#B88F9B (or 0xB88F9B) is known color: Viola. HEX triplet: B8, 8F and 9B. RGB value is (184,143,155). Sum of RGB (Red+Green+Blue) = 184+143+155=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88F9B is #477064. Grayscale: #9C9C9C. Windows color (decimal): -4681829 or 10194872. OLE color: 10194872.
HSL color Cylindrical-coordinate representation of color #B88F9B: hue angle of 342.44º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B88F9B is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 155 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.28 |
| HSL | 342.44º | 0.22% | 0.64% | - |
| HSV(B) | 342.44º | 0.22% | 0.72% | - |
| XYZ | 35.51 | 32.2 | 35.35 | - |
| YUV | 156.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 155 | 0 | 0.22 | 0.16 | 0.28 | 342.44 | 0.22 | 0.64 |
| Hex | B8 | 8F | 9B | 0 | 16 | 10 | 1C | 156 | 16 | 40 |
| Octal | 270 | 217 | 233 | 0 | 26 | 20 | 34 | 526 | 26 | 100 |
| Binary | 10111000 | 10001111 | 10011011 | 0 | 10110 | 10000 | 11100 | 101010110 | 10110 | 1000000 |
Color Harmonies of #B88F9B
Complementary color
Monochromatic Colors of #B88F9B
Black with #B88F9B
Text Example
Text Example
White with #B88F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F9B; }
p { color: rgb(184,143,155); }
H1.HeaderClassName
{
color: #B88F9B;
}
.AnyTagClassName
{
color: #B88F9B;
}
</style>
background-color css
<style>
a { background-color: #B88F9B; }
a { background-color: rgb(184,143,155); }
div.DivClassName
{
background-color: #B88F9B;
}
.BgClassName
{
background-color: #B88F9B;
}
</style>
border-color css
<style>
span { border-color: #B88F9B; }
span { border-color: rgb(184,143,155); }
td.TdClassName
{
border-color: #B88F9B;
}
.TagClassName
{
border-color: #B88F9B;
}
</style>