Shades of Viola #B38F9C
Tints of Viola #B38F9C
RGB
CMYK
RGB Variations
Color information
#B38F9C (or 0xB38F9C) is known color: Viola. HEX triplet: B3, 8F and 9C. RGB value is (179,143,156). Sum of RGB (Red+Green+Blue) = 179+143+156=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F9C is #4C7063. Grayscale: #9B9B9B. Windows color (decimal): -5009508 or 10260403. OLE color: 10260403.
HSL color Cylindrical-coordinate representation of color #B38F9C: hue angle of 338.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B38F9C is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 156 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.30 |
| HSL | 338.33º | 0.19% | 0.63% | - |
| HSV(B) | 338.33º | 0.2% | 0.7% | - |
| XYZ | 34.41 | 31.63 | 35.74 | - |
| YUV | 155.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 156 | 0 | 0.20 | 0.13 | 0.30 | 338.33 | 0.19 | 0.63 |
| Hex | B3 | 8F | 9C | 0 | 14 | D | 1E | 152 | 13 | 3F |
| Octal | 263 | 217 | 234 | 0 | 24 | 15 | 36 | 522 | 23 | 77 |
| Binary | 10110011 | 10001111 | 10011100 | 0 | 10100 | 1101 | 11110 | 101010010 | 10011 | 111111 |
Color Harmonies of #B38F9C
Complementary color
Monochromatic Colors of #B38F9C
Black with #B38F9C
Text Example
Text Example
White with #B38F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F9C; }
p { color: rgb(179,143,156); }
H1.HeaderClassName
{
color: #B38F9C;
}
.AnyTagClassName
{
color: #B38F9C;
}
</style>
background-color css
<style>
a { background-color: #B38F9C; }
a { background-color: rgb(179,143,156); }
div.DivClassName
{
background-color: #B38F9C;
}
.BgClassName
{
background-color: #B38F9C;
}
</style>
border-color css
<style>
span { border-color: #B38F9C; }
span { border-color: rgb(179,143,156); }
td.TdClassName
{
border-color: #B38F9C;
}
.TagClassName
{
border-color: #B38F9C;
}
</style>