Shades of Viola #B38899
Tints of Viola #B38899
RGB
CMYK
RGB Variations
Color information
#B38899 (or 0xB38899) is known color: Viola. HEX triplet: B3, 88 and 99. RGB value is (179,136,153). Sum of RGB (Red+Green+Blue) = 179+136+153=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B38899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38899 is #4C7766. Grayscale: #969696. Windows color (decimal): -5011303 or 10062003. OLE color: 10062003.
HSL color Cylindrical-coordinate representation of color #B38899: hue angle of 336.28º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38899 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 153 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.30 |
| HSL | 336.28º | 0.22% | 0.62% | - |
| HSV(B) | 336.28º | 0.24% | 0.7% | - |
| XYZ | 33.14 | 29.49 | 34.08 | - |
| YUV | 150.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 153 | 0 | 0.24 | 0.15 | 0.30 | 336.28 | 0.22 | 0.62 |
| Hex | B3 | 88 | 99 | 0 | 18 | F | 1E | 150 | 16 | 3E |
| Octal | 263 | 210 | 231 | 0 | 30 | 17 | 36 | 520 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10011001 | 0 | 11000 | 1111 | 11110 | 101010000 | 10110 | 111110 |
Color Harmonies of #B38899
Complementary color
Monochromatic Colors of #B38899
Black with #B38899
Text Example
Text Example
White with #B38899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38899; }
p { color: rgb(179,136,153); }
H1.HeaderClassName
{
color: #B38899;
}
.AnyTagClassName
{
color: #B38899;
}
</style>
background-color css
<style>
a { background-color: #B38899; }
a { background-color: rgb(179,136,153); }
div.DivClassName
{
background-color: #B38899;
}
.BgClassName
{
background-color: #B38899;
}
</style>
border-color css
<style>
span { border-color: #B38899; }
span { border-color: rgb(179,136,153); }
td.TdClassName
{
border-color: #B38899;
}
.TagClassName
{
border-color: #B38899;
}
</style>