#B3939B

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

Shades of Viola #B3939B

Tints of Viola #B3939B

Color information

#B3939B (or 0xB3939B) is unknown color: approx Viola. HEX triplet: B3, 93 and 9B. RGB value is (179,147,155). Sum of RGB (Red+Green+Blue) = 179+147+155=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B3939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3939B is #4C6C64. Grayscale: #9D9D9D. Windows color (decimal): -5008485 or 10195891. OLE color: 10195891.

HSL color Cylindrical-coordinate representation of color #B3939B: hue angle of 345º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3939B is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179147155-
CMYK00.180.130.30
HSL345º17.39%63.92%-
HSV(B)345º17.88%70.2%-
XYZ34.9432.8235.5-
YUV157.48126.6143.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=37.21%
G=30.56%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914715500.180.130.3034517.3963.92
HexB3939B012D1E1591140
Octal263223233022153653121100
Binary101100111001001110011011010010110111110101011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3939B; }

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

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

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

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

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

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

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

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