#B38494

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

Shades of Viola #B38494

Tints of Viola #B38494

Color information

#B38494 (or 0xB38494) is unknown color: approx Viola. HEX triplet: B3, 84 and 94. RGB value is (179,132,148). Sum of RGB (Red+Green+Blue) = 179+132+148=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B38494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38494 is #4C7B6B. Grayscale: #939393. Windows color (decimal): -5012332 or 9733299. OLE color: 9733299.

HSL color Cylindrical-coordinate representation of color #B38494: hue angle of 339.57º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38494 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179132148-
CMYK00.260.170.30
HSL339.57º23.62%60.98%-
HSV(B)339.57º26.26%70.2%-
XYZ32.1928.2231.77-
YUV147.88128.07150.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=39.00%
G=28.76%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913214800.260.170.30339.5723.6260.98
HexB3849401A111E154183d
Octal26320422403221365243075
Binary101100111000010010010100011010100011111010101010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38494; }

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

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

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

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

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

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

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

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