Shades of Viola #B38E98
Tints of Viola #B38E98
RGB
CMYK
RGB Variations
Color information
#B38E98 (or 0xB38E98) is known color: Viola. HEX triplet: B3, 8E and 98. RGB value is (179,142,152). Sum of RGB (Red+Green+Blue) = 179+142+152=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E98 is #4C7167. Grayscale: #9A9A9A. Windows color (decimal): -5009768 or 9998003. OLE color: 9998003.
HSL color Cylindrical-coordinate representation of color #B38E98: hue angle of 343.78º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38E98 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 152 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.30 |
| HSL | 343.78º | 0.2% | 0.63% | - |
| HSV(B) | 343.78º | 0.21% | 0.7% | - |
| XYZ | 33.93 | 31.2 | 33.94 | - |
| YUV | 154.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 152 | 0 | 0.21 | 0.15 | 0.30 | 343.78 | 0.2 | 0.63 |
| Hex | B3 | 8E | 98 | 0 | 15 | F | 1E | 158 | 14 | 3F |
| Octal | 263 | 216 | 230 | 0 | 25 | 17 | 36 | 530 | 24 | 77 |
| Binary | 10110011 | 10001110 | 10011000 | 0 | 10101 | 1111 | 11110 | 101011000 | 10100 | 111111 |
Color Harmonies of #B38E98
Complementary color
Monochromatic Colors of #B38E98
Black with #B38E98
Text Example
Text Example
White with #B38E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E98; }
p { color: rgb(179,142,152); }
H1.HeaderClassName
{
color: #B38E98;
}
.AnyTagClassName
{
color: #B38E98;
}
</style>
background-color css
<style>
a { background-color: #B38E98; }
a { background-color: rgb(179,142,152); }
div.DivClassName
{
background-color: #B38E98;
}
.BgClassName
{
background-color: #B38E98;
}
</style>
border-color css
<style>
span { border-color: #B38E98; }
span { border-color: rgb(179,142,152); }
td.TdClassName
{
border-color: #B38E98;
}
.TagClassName
{
border-color: #B38E98;
}
</style>