#BE8AFF

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

Shades of Wisteria #BE8AFF

Tints of Wisteria #BE8AFF

Color information

#BE8AFF (or 0xBE8AFF) is unknown color: approx Wisteria. HEX triplet: BE, 8A and FF. RGB value is (190,138,255). Sum of RGB (Red+Green+Blue) = 190+138+255=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8AFF is #417500. Grayscale: #A6A6A6. Windows color (decimal): -4289793 or 16747198. OLE color: 16747198.

HSL color Cylindrical-coordinate representation of color #BE8AFF: hue angle of 266.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE8AFF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190138255-
CMYK0.250.4600
HSL266.67º100%77.06%-
HSV(B)266.67º45.88%100%-
XYZ48.3736.3499.07-
YUV166.89177.73144.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 255 (100% from 255) = 43.74%
R=32.59%
G=23.67%
B=43.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901382550.250.4600266.6710077.06
HexBE8AFF192E0010b644d
Octal276212377315600413144115
Binary101111101000101011111111110011011100010000101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AFF; }

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

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

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

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

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

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

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

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