#B1909B

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

Shades of Viola #B1909B

Tints of Viola #B1909B

Color information

#B1909B (or 0xB1909B) is unknown color: approx Viola. HEX triplet: B1, 90 and 9B. RGB value is (177,144,155). Sum of RGB (Red+Green+Blue) = 177+144+155=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B1909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1909B is #4E6F64. Grayscale: #9B9B9B. Windows color (decimal): -5140325 or 10195121. OLE color: 10195121.

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

Color convert

RGB177144155-
CMYK00.190.120.31
HSL340º17.46%62.94%-
HSV(B)340º18.64%69.41%-
XYZ34.0231.6635.33-
YUV155.12127.93143.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=37.18%
G=30.25%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714415500.190.120.3134017.4662.94
HexB1909B013C1F154113f
Octal26122023302314375242177
Binary10110001100100001001101101001111001111110101010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1909B; }

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

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

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

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

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

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

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

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