#B4939E

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

Shades of Viola #B4939E

Tints of Viola #B4939E

Color information

#B4939E (or 0xB4939E) is unknown color: approx Viola. HEX triplet: B4, 93 and 9E. RGB value is (180,147,158). Sum of RGB (Red+Green+Blue) = 180+147+158=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4939E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4939E is #4B6C61. Grayscale: #9E9E9E. Windows color (decimal): -4942946 or 10392500. OLE color: 10392500.

HSL color Cylindrical-coordinate representation of color #B4939E: hue angle of 340º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4939E is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180147158-
CMYK00.180.120.29
HSL340º18.03%64.12%-
HSV(B)340º18.33%70.59%-
XYZ35.4333.0436.86-
YUV158.12127.93143.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=37.11%
G=30.31%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014715800.180.120.2934018.0364.12
HexB4939E012C1D1541240
Octal264223236022143552422100
Binary101101001001001110011110010010110011101101010100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4939E; }

 p { color: rgb(180,147,158); }

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

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

 a { background-color: rgb(180,147,158); }

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

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

 span { border-color: rgb(180,147,158); }

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