#B6939B

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

Shades of Viola #B6939B

Tints of Viola #B6939B

Color information

#B6939B (or 0xB6939B) is unknown color: approx Viola. HEX triplet: B6, 93 and 9B. RGB value is (182,147,155). Sum of RGB (Red+Green+Blue) = 182+147+155=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6939B is #496C64. Grayscale: #9E9E9E. Windows color (decimal): -4811877 or 10195894. OLE color: 10195894.

HSL color Cylindrical-coordinate representation of color #B6939B: hue angle of 346.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6939B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182147155-
CMYK00.190.150.29
HSL346.29º19.34%64.51%-
HSV(B)346.29º19.23%71.37%-
XYZ35.6433.1835.54-
YUV158.38126.1144.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=37.60%
G=30.37%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214715500.190.150.29346.2919.3464.51
HexB6939B013F1D15a1341
Octal266223233023173553223101
Binary101101101001001110011011010011111111101101011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6939B; }

 p { color: rgb(182,147,155); }

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

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

 a { background-color: rgb(182,147,155); }

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

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

 span { border-color: rgb(182,147,155); }

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