#B39FA4

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

Shades of Viola #B39FA4

Tints of Viola #B39FA4

Color information

#B39FA4 (or 0xB39FA4) is unknown color: approx Viola. HEX triplet: B3, 9F and A4. RGB value is (179,159,164). Sum of RGB (Red+Green+Blue) = 179+159+164=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FA4 is #4C605B. Grayscale: #A5A5A5. Windows color (decimal): -5005404 or 10788787. OLE color: 10788787.

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

Color convert

RGB179159164-
CMYK00.110.080.30
HSL345º11.63%66.27%-
HSV(B)345º11.17%70.2%-
XYZ37.6937.0640.29-
YUV165.55127.13137.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 164 (64.45% from 255) = 32.67%
R=35.66%
G=31.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915916400.110.080.3034511.6366.27
HexB39FA40B81E159c42
Octal263237244013103653114102
Binary1011001110011111101001000101110001111010101100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FA4; }

 p { color: rgb(179,159,164); }

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

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

 a { background-color: rgb(179,159,164); }

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

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

 span { border-color: rgb(179,159,164); }

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