#B0949D

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

Shades of Viola #B0949D

Tints of Viola #B0949D

Color information

#B0949D (or 0xB0949D) is unknown color: approx Viola. HEX triplet: B0, 94 and 9D. RGB value is (176,148,157). Sum of RGB (Red+Green+Blue) = 176+148+157=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0949D is #4F6B62. Grayscale: #9D9D9D. Windows color (decimal): -5204835 or 10327216. OLE color: 10327216.

HSL color Cylindrical-coordinate representation of color #B0949D: hue angle of 340.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0949D is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176148157-
CMYK00.160.110.31
HSL340.71º15.05%63.53%-
HSV(B)340.71º15.91%69.02%-
XYZ34.5832.8436.42-
YUV157.4127.78141.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=36.59%
G=30.77%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614815700.160.110.31340.7115.0563.53
HexB0949D010B1F155f40
Octal260224235020133752517100
Binary10110000100101001001110101000010111111110101010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0949D; }

 p { color: rgb(176,148,157); }

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

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

 a { background-color: rgb(176,148,157); }

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

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

 span { border-color: rgb(176,148,157); }

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