#B38E93

Color #B38E93 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #B38E93

Tints of Viola #B38E93

Color information

#B38E93 (or 0xB38E93) is unknown color: approx Viola. HEX triplet: B3, 8E and 93. RGB value is (179,142,147). Sum of RGB (Red+Green+Blue) = 179+142+147=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E93 is #4C716C. Grayscale: #999999. Windows color (decimal): -5009773 or 9670323. OLE color: 9670323.

HSL color Cylindrical-coordinate representation of color #B38E93: hue angle of 351.89º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38E93 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179142147-
CMYK00.210.180.30
HSL351.89º19.58%62.94%-
HSV(B)351.89º20.67%70.2%-
XYZ33.5331.0431.83-
YUV153.63124.26146.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=38.25%
G=30.34%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914214700.210.180.30351.8919.5862.94
HexB38E93015121E160143f
Octal26321622302522365402477
Binary101100111000111010010011010101100101111010110000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E93; }

 p { color: rgb(179,142,147); }

 H1.HeaderClassName
 {
   color: #B38E93;
 }
 .AnyTagClassName
 {
   color: #B38E93;
 }
</style>
background-color css

<style>
 a { background-color: #B38E93; }

 a { background-color: rgb(179,142,147); }

 div.DivClassName
 {
   background-color: #B38E93;
 }
 .BgClassName
 {
   background-color: #B38E93;
 }
</style>
border-color css

<style>
 span { border-color: #B38E93; }

 span { border-color: rgb(179,142,147); }

 td.TdClassName
 {
   border-color: #B38E93;
 }
 .TagClassName
 {
   border-color: #B38E93;
 }
</style>