#B0919B

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

Shades of Viola #B0919B

Tints of Viola #B0919B

Color information

#B0919B (or 0xB0919B) is unknown color: approx Viola. HEX triplet: B0, 91 and 9B. RGB value is (176,145,155). Sum of RGB (Red+Green+Blue) = 176+145+155=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B0919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0919B is #4F6E64. Grayscale: #9B9B9B. Windows color (decimal): -5205605 or 10195376. OLE color: 10195376.

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

Color convert

RGB176145155-
CMYK00.180.120.31
HSL340.65º16.4%62.94%-
HSV(B)340.65º17.61%69.02%-
XYZ33.9531.8535.37-
YUV155.41127.77142.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=36.97%
G=30.46%
B=32.56%

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
Decimal17614515500.180.120.31340.6516.462.94
HexB0919B012C1F155103f
Octal26022123302214375252077
Binary10110000100100011001101101001011001111110101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0919B; }

 p { color: rgb(176,145,155); }

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

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

 a { background-color: rgb(176,145,155); }

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

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

 span { border-color: rgb(176,145,155); }

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