#BE8ECF

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

Shades of Wisteria #BE8ECF

Tints of Wisteria #BE8ECF

Color information

#BE8ECF (or 0xBE8ECF) is unknown color: approx Wisteria. HEX triplet: BE, 8E and CF. RGB value is (190,142,207). Sum of RGB (Red+Green+Blue) = 190+142+207=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ECF is #417130. Grayscale: #A3A3A3. Windows color (decimal): -4288817 or 13602494. OLE color: 13602494.

HSL color Cylindrical-coordinate representation of color #BE8ECF: hue angle of 284.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8ECF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190142207-
CMYK0.080.3100.19
HSL284.31º40.37%68.43%-
HSV(B)284.31º31.4%81.18%-
XYZ42.1734.863.53-
YUV163.76152.4146.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=35.25%
G=26.35%
B=38.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901422070.080.3100.19284.3140.3768.43
HexBE8ECF81F01311c2844
Octal276216317103702343450104
Binary1011111010001110110011111000111110100111000111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ECF; }

 p { color: rgb(190,142,207); }

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

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

 a { background-color: rgb(190,142,207); }

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

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

 span { border-color: rgb(190,142,207); }

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