#B0939D

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

Shades of Viola #B0939D

Tints of Viola #B0939D

Color information

#B0939D (or 0xB0939D) is unknown color: approx Viola. HEX triplet: B0, 93 and 9D. RGB value is (176,147,157). Sum of RGB (Red+Green+Blue) = 176+147+157=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B0939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0939D is #4F6C62. Grayscale: #9C9C9C. Windows color (decimal): -5205091 or 10326960. OLE color: 10326960.

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

Color convert

RGB176147157-
CMYK00.160.110.31
HSL339.31º15.51%63.33%-
HSV(B)339.31º16.48%69.02%-
XYZ34.4232.5336.36-
YUV156.81128.11141.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=36.67%
G=30.62%
B=32.71%

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
Decimal17614715700.160.110.31339.3115.5163.33
HexB0939D010B1F153103f
Octal26022323502013375232077
Binary10110000100100111001110101000010111111110101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0939D; }

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

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

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

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

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

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

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

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