Shades of Viola #B38998
Tints of Viola #B38998
RGB
CMYK
RGB Variations
Color information
#B38998 (or 0xB38998) is known color: Viola. HEX triplet: B3, 89 and 98. RGB value is (179,137,152). Sum of RGB (Red+Green+Blue) = 179+137+152=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B38998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38998 is #4C7667. Grayscale: #979797. Windows color (decimal): -5011048 or 9996723. OLE color: 9996723.
HSL color Cylindrical-coordinate representation of color #B38998: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38998 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 152 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.30 |
| HSL | 338.57º | 0.22% | 0.62% | - |
| HSV(B) | 338.57º | 0.23% | 0.7% | - |
| XYZ | 33.2 | 29.74 | 33.7 | - |
| YUV | 151.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 152 | 0 | 0.23 | 0.15 | 0.30 | 338.57 | 0.22 | 0.62 |
| Hex | B3 | 89 | 98 | 0 | 17 | F | 1E | 153 | 16 | 3E |
| Octal | 263 | 211 | 230 | 0 | 27 | 17 | 36 | 523 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10011000 | 0 | 10111 | 1111 | 11110 | 101010011 | 10110 | 111110 |
Color Harmonies of #B38998
Complementary color
Monochromatic Colors of #B38998
Black with #B38998
Text Example
Text Example
White with #B38998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38998; }
p { color: rgb(179,137,152); }
H1.HeaderClassName
{
color: #B38998;
}
.AnyTagClassName
{
color: #B38998;
}
</style>
background-color css
<style>
a { background-color: #B38998; }
a { background-color: rgb(179,137,152); }
div.DivClassName
{
background-color: #B38998;
}
.BgClassName
{
background-color: #B38998;
}
</style>
border-color css
<style>
span { border-color: #B38998; }
span { border-color: rgb(179,137,152); }
td.TdClassName
{
border-color: #B38998;
}
.TagClassName
{
border-color: #B38998;
}
</style>