#BE8CEA

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

Shades of Wisteria #BE8CEA

Tints of Wisteria #BE8CEA

Color information

#BE8CEA (or 0xBE8CEA) is unknown color: approx Wisteria. HEX triplet: BE, 8C and EA. RGB value is (190,140,234). Sum of RGB (Red+Green+Blue) = 190+140+234=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CEA is #417315. Grayscale: #A5A5A5. Windows color (decimal): -4289302 or 15371454. OLE color: 15371454.

HSL color Cylindrical-coordinate representation of color #BE8CEA: hue angle of 271.91º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8CEA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190140234-
CMYK0.190.4000.08
HSL271.91º69.12%73.33%-
HSV(B)271.91º40.17%91.76%-
XYZ45.4635.6482.33-
YUV165.67166.56145.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 140 (55.08% from 255) = 24.82%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=33.69%
G=24.82%
B=41.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901402340.190.4000.08271.9169.1273.33
HexBE8CEA1328081104549
Octal2762143522350010420105111
Binary101111101000110011101010100111010000100010001000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CEA; }

 p { color: rgb(190,140,234); }

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

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

 a { background-color: rgb(190,140,234); }

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

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

 span { border-color: rgb(190,140,234); }

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