#B2959B

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

Shades of Viola #B2959B

Tints of Viola #B2959B

Color information

#B2959B (or 0xB2959B) is unknown color: approx Viola. HEX triplet: B2, 95 and 9B. RGB value is (178,149,155). Sum of RGB (Red+Green+Blue) = 178+149+155=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2959B is #4D6A64. Grayscale: #9E9E9E. Windows color (decimal): -5073509 or 10196402. OLE color: 10196402.

HSL color Cylindrical-coordinate representation of color #B2959B: hue angle of 347.59º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2959B is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178149155-
CMYK00.160.130.30
HSL347.59º15.85%64.12%-
HSV(B)347.59º16.29%69.8%-
XYZ35.0233.3335.6-
YUV158.36126.11142.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=36.93%
G=30.91%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814915500.160.130.30347.5915.8564.12
HexB2959B010D1E15c1040
Octal262225233020153653420100
Binary101100101001010110011011010000110111110101011100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2959B; }

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

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

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

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

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

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

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

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