#B1969C

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

Shades of Viola #B1969C

Tints of Viola #B1969C

Color information

#B1969C (or 0xB1969C) is unknown color: approx Viola. HEX triplet: B1, 96 and 9C. RGB value is (177,150,156). Sum of RGB (Red+Green+Blue) = 177+150+156=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1969C is #4E6963. Grayscale: #9E9E9E. Windows color (decimal): -5138788 or 10262193. OLE color: 10262193.

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

Color convert

RGB177150156-
CMYK00.150.120.31
HSL346.67º14.75%64.12%-
HSV(B)346.67º15.25%69.41%-
XYZ35.0433.5636.08-
YUV158.76126.45141.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=36.65%
G=31.06%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715015600.150.120.31346.6714.7564.12
HexB1969C0FC1F15bf40
Octal261226234017143753317100
Binary1011000110010110100111000111111001111110101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1969C; }

 p { color: rgb(177,150,156); }

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

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

 a { background-color: rgb(177,150,156); }

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

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

 span { border-color: rgb(177,150,156); }

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