#B4929E

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

Shades of Viola #B4929E

Tints of Viola #B4929E

Color information

#B4929E (or 0xB4929E) is unknown color: approx Viola. HEX triplet: B4, 92 and 9E. RGB value is (180,146,158). Sum of RGB (Red+Green+Blue) = 180+146+158=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4929E is #4B6D61. Grayscale: #9D9D9D. Windows color (decimal): -4943202 or 10392244. OLE color: 10392244.

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

Color convert

RGB180146158-
CMYK00.190.120.29
HSL338.82º18.48%63.92%-
HSV(B)338.82º18.89%70.59%-
XYZ35.2732.7336.81-
YUV157.53128.26144.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=37.19%
G=30.17%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014615800.190.120.29338.8218.4863.92
HexB4929E013C1D1531240
Octal264222236023143552322100
Binary101101001001001010011110010011110011101101010011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4929E; }

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

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

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

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

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

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

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

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