#B4939A

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

Shades of Viola #B4939A

Tints of Viola #B4939A

Color information

#B4939A (or 0xB4939A) is unknown color: approx Viola. HEX triplet: B4, 93 and 9A. RGB value is (180,147,154). Sum of RGB (Red+Green+Blue) = 180+147+154=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4939A is #4B6C65. Grayscale: #9D9D9D. Windows color (decimal): -4942950 or 10130356. OLE color: 10130356.

HSL color Cylindrical-coordinate representation of color #B4939A: hue angle of 347.27º 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 #B4939A is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180147154-
CMYK00.180.140.29
HSL347.27º18.03%64.12%-
HSV(B)347.27º18.33%70.59%-
XYZ35.0932.935.07-
YUV157.67125.93143.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=37.42%
G=30.56%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014715400.180.140.29347.2718.0364.12
HexB4939A012E1D15b1240
Octal264223232022163553322100
Binary101101001001001110011010010010111011101101011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4939A; }

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

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

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

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

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

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

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

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