#BE8693

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

Shades of Viola #BE8693

Tints of Viola #BE8693

Color information

#BE8693 (or 0xBE8693) is unknown color: approx Viola. HEX triplet: BE, 86 and 93. RGB value is (190,134,147). Sum of RGB (Red+Green+Blue) = 190+134+147=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8693 is #41796C. Grayscale: #989898. Windows color (decimal): -4290925 or 9668286. OLE color: 9668286.

HSL color Cylindrical-coordinate representation of color #BE8693: hue angle of 346.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE8693 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190134147-
CMYK00.290.230.25
HSL346.07º30.11%63.53%-
HSV(B)346.07º29.47%74.51%-
XYZ35.0330.131.57-
YUV152.23125.05154.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=40.34%
G=28.45%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013414700.290.230.25346.0730.1163.53
HexBE869301D171915a1e40
Octal276206223035273153236100
Binary1011111010000110100100110111011011111001101011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8693; }

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

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

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

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

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

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

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

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