#B4959B

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

Shades of Viola #B4959B

Tints of Viola #B4959B

Color information

#B4959B (or 0xB4959B) is unknown color: approx Viola. HEX triplet: B4, 95 and 9B. RGB value is (180,149,155). Sum of RGB (Red+Green+Blue) = 180+149+155=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4959B is #4B6A64. Grayscale: #9E9E9E. Windows color (decimal): -4942437 or 10196404. OLE color: 10196404.

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

Color convert

RGB180149155-
CMYK00.170.140.29
HSL348.39º17.13%64.51%-
HSV(B)348.39º17.22%70.59%-
XYZ35.4933.5635.62-
YUV158.95125.77143.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=37.19%
G=30.79%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014915500.170.140.29348.3917.1364.51
HexB4959B011E1D15c1141
Octal264225233021163553421101
Binary101101001001010110011011010001111011101101011100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4959B; }

 p { color: rgb(180,149,155); }

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

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

 a { background-color: rgb(180,149,155); }

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

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

 span { border-color: rgb(180,149,155); }

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