#B1929C

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

Shades of Viola #B1929C

Tints of Viola #B1929C

Color information

#B1929C (or 0xB1929C) is unknown color: approx Viola. HEX triplet: B1, 92 and 9C. RGB value is (177,146,156). Sum of RGB (Red+Green+Blue) = 177+146+156=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1929C is #4E6D63. Grayscale: #9C9C9C. Windows color (decimal): -5139812 or 10261169. OLE color: 10261169.

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

Color convert

RGB177146156-
CMYK00.180.120.31
HSL340.65º16.58%63.33%-
HSV(B)340.65º17.51%69.41%-
XYZ34.4132.3135.87-
YUV156.41127.77142.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=36.95%
G=30.48%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714615600.180.120.31340.6516.5863.33
HexB1929C012C1F155113f
Octal26122223402214375252177
Binary10110001100100101001110001001011001111110101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1929C; }

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

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

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

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

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

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

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

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