#B1969B

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

Shades of Viola #B1969B

Tints of Viola #B1969B

Color information

#B1969B (or 0xB1969B) is unknown color: approx Viola. HEX triplet: B1, 96 and 9B. RGB value is (177,150,155). Sum of RGB (Red+Green+Blue) = 177+150+155=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1969B is #4E6964. Grayscale: #9E9E9E. Windows color (decimal): -5138789 or 10196657. OLE color: 10196657.

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

Color convert

RGB177150155-
CMYK00.150.120.31
HSL348.89º14.75%64.12%-
HSV(B)348.89º15.25%69.41%-
XYZ34.9533.5335.64-
YUV158.64125.95141.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=36.72%
G=31.12%
B=32.16%

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
Decimal17715015500.150.120.31348.8914.7564.12
HexB1969B0FC1F15df40
Octal261226233017143753517100
Binary1011000110010110100110110111111001111110101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1969B; }

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

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

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

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

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

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

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

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