#B1969E

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

Shades of Viola #B1969E

Tints of Viola #B1969E

Color information

#B1969E (or 0xB1969E) is unknown color: approx Viola. HEX triplet: B1, 96 and 9E. RGB value is (177,150,158). Sum of RGB (Red+Green+Blue) = 177+150+158=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1969E is #4E6961. Grayscale: #9E9E9E. Windows color (decimal): -5138786 or 10393265. OLE color: 10393265.

HSL color Cylindrical-coordinate representation of color #B1969E: hue angle of 342.22º 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 #B1969E is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB177150158-
CMYK00.150.110.31
HSL342.22º14.75%64.12%-
HSV(B)342.22º15.25%69.41%-
XYZ35.2133.6336.98-
YUV158.98127.45140.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=36.49%
G=30.93%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715015800.150.110.31342.2214.7564.12
HexB1969E0FB1F156f40
Octal261226236017133752617100
Binary1011000110010110100111100111110111111110101011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1969E; }

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

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

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

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

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

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

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

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