#B38994

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

Shades of Viola #B38994

Tints of Viola #B38994

Color information

#B38994 (or 0xB38994) is unknown color: approx Viola. HEX triplet: B3, 89 and 94. RGB value is (179,137,148). Sum of RGB (Red+Green+Blue) = 179+137+148=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B38994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38994 is #4C766B. Grayscale: #969696. Windows color (decimal): -5011052 or 9734579. OLE color: 9734579.

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

Color convert

RGB179137148-
CMYK00.230.170.30
HSL344.29º21.65%61.96%-
HSV(B)344.29º23.46%70.2%-
XYZ32.8829.6132-
YUV150.81126.41148.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=38.58%
G=29.53%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913714800.230.170.30344.2921.6561.96
HexB38994017111E158163e
Octal26321122402721365302676
Binary101100111000100110010100010111100011111010101100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38994; }

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

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

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

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

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

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

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

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