#BE8AF1

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

Shades of Wisteria #BE8AF1

Tints of Wisteria #BE8AF1

Color information

#BE8AF1 (or 0xBE8AF1) is unknown color: approx Wisteria. HEX triplet: BE, 8A and F1. RGB value is (190,138,241). Sum of RGB (Red+Green+Blue) = 190+138+241=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8AF1 is #41750E. Grayscale: #A4A4A4. Windows color (decimal): -4289807 or 15829694. OLE color: 15829694.

HSL color Cylindrical-coordinate representation of color #BE8AF1: hue angle of 270.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE8AF1 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190138241-
CMYK0.210.4300.05
HSL270.29º78.63%74.31%-
HSV(B)270.29º42.74%94.51%-
XYZ46.235.4787.63-
YUV165.29170.73145.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=33.39%
G=24.25%
B=42.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901382410.210.4300.05270.2978.6374.31
HexBE8AF1152B0510e4f4a
Octal276212361255305416117112
Binary10111110100010101111000110101101011010110000111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AF1; }

 p { color: rgb(190,138,241); }

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

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

 a { background-color: rgb(190,138,241); }

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

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

 span { border-color: rgb(190,138,241); }

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