#BE8FEA

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

Shades of Wisteria #BE8FEA

Tints of Wisteria #BE8FEA

Color information

#BE8FEA (or 0xBE8FEA) is unknown color: approx Wisteria. HEX triplet: BE, 8F and EA. RGB value is (190,143,234). Sum of RGB (Red+Green+Blue) = 190+143+234=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FEA is #417015. Grayscale: #A7A7A7. Windows color (decimal): -4288534 or 15372222. OLE color: 15372222.

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

Color convert

RGB190143234-
CMYK0.190.3900.08
HSL270.99º68.42%73.92%-
HSV(B)270.99º38.89%91.76%-
XYZ45.9136.5382.47-
YUV167.43165.57144.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=33.51%
G=25.22%
B=41.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901432340.190.3900.08270.9968.4273.92
HexBE8FEA13270810f444a
Octal2762173522347010417104112
Binary101111101000111111101010100111001110100010000111110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FEA; }

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

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

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

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

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

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

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

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