#B0919A

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

Shades of Viola #B0919A

Tints of Viola #B0919A

Color information

#B0919A (or 0xB0919A) is unknown color: approx Viola. HEX triplet: B0, 91 and 9A. RGB value is (176,145,154). Sum of RGB (Red+Green+Blue) = 176+145+154=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B0919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0919A is #4F6E65. Grayscale: #9B9B9B. Windows color (decimal): -5205606 or 10129840. OLE color: 10129840.

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

Color convert

RGB176145154-
CMYK00.180.120.31
HSL342.58º16.4%62.94%-
HSV(B)342.58º17.61%69.02%-
XYZ33.8631.8134.93-
YUV155.29127.27142.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=37.05%
G=30.53%
B=32.42%

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
Decimal17614515400.180.120.31342.5816.462.94
HexB0919A012C1F157103f
Octal26022123202214375272077
Binary10110000100100011001101001001011001111110101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0919A; }

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

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

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

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

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

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

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

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