Shades of Viola #B38A8F
Tints of Viola #B38A8F
RGB
CMYK
RGB Variations
Color information
#B38A8F (or 0xB38A8F) is known color: Viola. HEX triplet: B3, 8A and 8F. RGB value is (179,138,143). Sum of RGB (Red+Green+Blue) = 179+138+143=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A8F is #4C7570. Grayscale: #969696. Windows color (decimal): -5010801 or 9407155. OLE color: 9407155.
HSL color Cylindrical-coordinate representation of color #B38A8F: hue angle of 352.68º degrees, saturation: 0.21, 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 #B38A8F is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 138 | 143 | - |
CMYK | 0 | 0.23 | 0.20 | 0.30 |
HSL | 352.68º | 0.21% | 0.62% | - |
HSV(B) | 352.68º | 0.23% | 0.7% | - |
XYZ | 32.64 | 29.74 | 30.01 | - |
YUV | 150.83 | 123.58 | 148.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 138 | 143 | 0 | 0.23 | 0.20 | 0.30 | 352.68 | 0.21 | 0.62 |
Hex | B3 | 8A | 8F | 0 | 17 | 14 | 1E | 161 | 15 | 3E |
Octal | 263 | 212 | 217 | 0 | 27 | 24 | 36 | 541 | 25 | 76 |
Binary | 10110011 | 10001010 | 10001111 | 0 | 10111 | 10100 | 11110 | 101100001 | 10101 | 111110 |
Color Harmonies of #B38A8F
Complementary color
Monochromatic Colors of #B38A8F
Black with #B38A8F
Text Example
Text Example
White with #B38A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A8F; }
p { color: rgb(179,138,143); }
H1.HeaderClassName
{
color: #B38A8F;
}
.AnyTagClassName
{
color: #B38A8F;
}
</style>
background-color css
<style>
a { background-color: #B38A8F; }
a { background-color: rgb(179,138,143); }
div.DivClassName
{
background-color: #B38A8F;
}
.BgClassName
{
background-color: #B38A8F;
}
</style>
border-color css
<style>
span { border-color: #B38A8F; }
span { border-color: rgb(179,138,143); }
td.TdClassName
{
border-color: #B38A8F;
}
.TagClassName
{
border-color: #B38A8F;
}
</style>