#B38693

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

Shades of Viola #B38693

Tints of Viola #B38693

Color information

#B38693 (or 0xB38693) is unknown color: approx Viola. HEX triplet: B3, 86 and 93. RGB value is (179,134,147). Sum of RGB (Red+Green+Blue) = 179+134+147=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B38693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38693 is #4C796C. Grayscale: #949494. Windows color (decimal): -5011821 or 9668275. OLE color: 9668275.

HSL color Cylindrical-coordinate representation of color #B38693: hue angle of 342.67º 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 #B38693 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179134147-
CMYK00.250.180.30
HSL342.67º22.84%61.37%-
HSV(B)342.67º25.14%70.2%-
XYZ32.3828.7431.44-
YUV148.94126.91149.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=38.91%
G=29.13%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913414700.250.180.30342.6722.8461.37
HexB38693019121E157173d
Octal26320622303122365272775
Binary101100111000011010010011011001100101111010101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38693; }

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

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

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

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

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

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

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

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