Shades of Viola #B08F98
Tints of Viola #B08F98
RGB
CMYK
RGB Variations
Color information
#B08F98 (or 0xB08F98) is known color: Viola. HEX triplet: B0, 8F and 98. RGB value is (176,143,152). Sum of RGB (Red+Green+Blue) = 176+143+152=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F98 is #4F7067. Grayscale: #999999. Windows color (decimal): -5206120 or 9998256. OLE color: 9998256.
HSL color Cylindrical-coordinate representation of color #B08F98: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08F98 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 152 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.31 |
| HSL | 343.64º | 0.17% | 0.63% | - |
| HSV(B) | 343.64º | 0.19% | 0.69% | - |
| XYZ | 33.39 | 31.14 | 33.96 | - |
| YUV | 153.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 152 | 0 | 0.19 | 0.14 | 0.31 | 343.64 | 0.17 | 0.63 |
| Hex | B0 | 8F | 98 | 0 | 13 | E | 1F | 158 | 11 | 3F |
| Octal | 260 | 217 | 230 | 0 | 23 | 16 | 37 | 530 | 21 | 77 |
| Binary | 10110000 | 10001111 | 10011000 | 0 | 10011 | 1110 | 11111 | 101011000 | 10001 | 111111 |
Color Harmonies of #B08F98
Complementary color
Monochromatic Colors of #B08F98
Black with #B08F98
Text Example
Text Example
White with #B08F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F98; }
p { color: rgb(176,143,152); }
H1.HeaderClassName
{
color: #B08F98;
}
.AnyTagClassName
{
color: #B08F98;
}
</style>
background-color css
<style>
a { background-color: #B08F98; }
a { background-color: rgb(176,143,152); }
div.DivClassName
{
background-color: #B08F98;
}
.BgClassName
{
background-color: #B08F98;
}
</style>
border-color css
<style>
span { border-color: #B08F98; }
span { border-color: rgb(176,143,152); }
td.TdClassName
{
border-color: #B08F98;
}
.TagClassName
{
border-color: #B08F98;
}
</style>