Shades of Viola #B28F9D
Tints of Viola #B28F9D
RGB
CMYK
RGB Variations
Color information
#B28F9D (or 0xB28F9D) is known color: Viola. HEX triplet: B2, 8F and 9D. RGB value is (178,143,157). Sum of RGB (Red+Green+Blue) = 178+143+157=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F9D is #4D7062. Grayscale: #9B9B9B. Windows color (decimal): -5075043 or 10325938. OLE color: 10325938.
HSL color Cylindrical-coordinate representation of color #B28F9D: hue angle of 336º 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 #B28F9D is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 157 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.30 |
| HSL | 336º | 0.19% | 0.63% | - |
| HSV(B) | 336º | 0.2% | 0.7% | - |
| XYZ | 34.27 | 31.54 | 36.18 | - |
| YUV | 155.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 157 | 0 | 0.20 | 0.12 | 0.30 | 336 | 0.19 | 0.63 |
| Hex | B2 | 8F | 9D | 0 | 14 | C | 1E | 150 | 13 | 3F |
| Octal | 262 | 217 | 235 | 0 | 24 | 14 | 36 | 520 | 23 | 77 |
| Binary | 10110010 | 10001111 | 10011101 | 0 | 10100 | 1100 | 11110 | 101010000 | 10011 | 111111 |
Color Harmonies of #B28F9D
Complementary color
Monochromatic Colors of #B28F9D
Black with #B28F9D
Text Example
Text Example
White with #B28F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F9D; }
p { color: rgb(178,143,157); }
H1.HeaderClassName
{
color: #B28F9D;
}
.AnyTagClassName
{
color: #B28F9D;
}
</style>
background-color css
<style>
a { background-color: #B28F9D; }
a { background-color: rgb(178,143,157); }
div.DivClassName
{
background-color: #B28F9D;
}
.BgClassName
{
background-color: #B28F9D;
}
</style>
border-color css
<style>
span { border-color: #B28F9D; }
span { border-color: rgb(178,143,157); }
td.TdClassName
{
border-color: #B28F9D;
}
.TagClassName
{
border-color: #B28F9D;
}
</style>