#B38E94

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

Shades of Viola #B38E94

Tints of Viola #B38E94

Color information

#B38E94 (or 0xB38E94) is unknown color: approx Viola. HEX triplet: B3, 8E and 94. RGB value is (179,142,148). Sum of RGB (Red+Green+Blue) = 179+142+148=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E94 is #4C716B. Grayscale: #999999. Windows color (decimal): -5009772 or 9735859. OLE color: 9735859.

HSL color Cylindrical-coordinate representation of color #B38E94: hue angle of 350.27º 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 #B38E94 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179142148-
CMYK00.210.170.30
HSL350.27º19.58%62.94%-
HSV(B)350.27º20.67%70.2%-
XYZ33.6131.0732.24-
YUV153.75124.76146.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=38.17%
G=30.28%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914214800.210.170.30350.2719.5862.94
HexB38E94015111E15e143f
Octal26321622402521365362477
Binary101100111000111010010100010101100011111010101111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E94; }

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

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

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

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

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

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

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

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