Shades of Viola #B28A8D
Tints of Viola #B28A8D
RGB
CMYK
RGB Variations
Color information
#B28A8D (or 0xB28A8D) is known color: Viola. HEX triplet: B2, 8A and 8D. RGB value is (178,138,141). Sum of RGB (Red+Green+Blue) = 178+138+141=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A8D is #4D7572. Grayscale: #969696. Windows color (decimal): -5076339 or 9276082. OLE color: 9276082.
HSL color Cylindrical-coordinate representation of color #B28A8D: hue angle of 355.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28A8D is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 138 | 141 | - |
CMYK | 0 | 0.22 | 0.21 | 0.30 |
HSL | 355.5º | 0.21% | 0.62% | - |
HSV(B) | 355.5º | 0.22% | 0.7% | - |
XYZ | 32.26 | 29.57 | 29.21 | - |
YUV | 150.3 | 122.75 | 147.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 138 | 141 | 0 | 0.22 | 0.21 | 0.30 | 355.5 | 0.21 | 0.62 |
Hex | B2 | 8A | 8D | 0 | 16 | 15 | 1E | 164 | 15 | 3E |
Octal | 262 | 212 | 215 | 0 | 26 | 25 | 36 | 544 | 25 | 76 |
Binary | 10110010 | 10001010 | 10001101 | 0 | 10110 | 10101 | 11110 | 101100100 | 10101 | 111110 |
Color Harmonies of #B28A8D
Complementary color
Monochromatic Colors of #B28A8D
Black with #B28A8D
Text Example
Text Example
White with #B28A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A8D; }
p { color: rgb(178,138,141); }
H1.HeaderClassName
{
color: #B28A8D;
}
.AnyTagClassName
{
color: #B28A8D;
}
</style>
background-color css
<style>
a { background-color: #B28A8D; }
a { background-color: rgb(178,138,141); }
div.DivClassName
{
background-color: #B28A8D;
}
.BgClassName
{
background-color: #B28A8D;
}
</style>
border-color css
<style>
span { border-color: #B28A8D; }
span { border-color: rgb(178,138,141); }
td.TdClassName
{
border-color: #B28A8D;
}
.TagClassName
{
border-color: #B28A8D;
}
</style>