#B1929B

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

Shades of Viola #B1929B

Tints of Viola #B1929B

Color information

#B1929B (or 0xB1929B) is unknown color: approx Viola. HEX triplet: B1, 92 and 9B. RGB value is (177,146,155). Sum of RGB (Red+Green+Blue) = 177+146+155=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1929B is #4E6D64. Grayscale: #9C9C9C. Windows color (decimal): -5139813 or 10195633. OLE color: 10195633.

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

Color convert

RGB177146155-
CMYK00.180.120.31
HSL342.58º16.58%63.33%-
HSV(B)342.58º17.51%69.41%-
XYZ34.3332.2735.43-
YUV156.3127.27142.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=37.03%
G=30.54%
B=32.43%

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
Decimal17714615500.180.120.31342.5816.5863.33
HexB1929B012C1F157113f
Octal26122223302214375272177
Binary10110001100100101001101101001011001111110101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1929B; }

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

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

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

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

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

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

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

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