#B38694

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

Shades of Viola #B38694

Tints of Viola #B38694

Color information

#B38694 (or 0xB38694) is unknown color: approx Viola. HEX triplet: B3, 86 and 94. RGB value is (179,134,148). Sum of RGB (Red+Green+Blue) = 179+134+148=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B38694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38694 is #4C796B. Grayscale: #959595. Windows color (decimal): -5011820 or 9733811. OLE color: 9733811.

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

Color convert

RGB179134148-
CMYK00.250.170.30
HSL341.33º22.84%61.37%-
HSV(B)341.33º25.14%70.2%-
XYZ32.4628.7731.86-
YUV149.05127.41149.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=38.83%
G=29.07%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913414800.250.170.30341.3322.8461.37
HexB38694019111E155173d
Octal26320622403121365252775
Binary101100111000011010010100011001100011111010101010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38694; }

 p { color: rgb(179,134,148); }

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

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

 a { background-color: rgb(179,134,148); }

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

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

 span { border-color: rgb(179,134,148); }

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