#BE8FE1

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

Shades of Wisteria #BE8FE1

Tints of Wisteria #BE8FE1

Color information

#BE8FE1 (or 0xBE8FE1) is unknown color: approx Wisteria. HEX triplet: BE, 8F and E1. RGB value is (190,143,225). Sum of RGB (Red+Green+Blue) = 190+143+225=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FE1 is #41701E. Grayscale: #A6A6A6. Windows color (decimal): -4288543 or 14782398. OLE color: 14782398.

HSL color Cylindrical-coordinate representation of color #BE8FE1: hue angle of 274.39º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE8FE1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190143225-
CMYK0.160.3600.12
HSL274.39º57.75%72.16%-
HSV(B)274.39º36.44%88.24%-
XYZ44.6536.0375.84-
YUV166.4161.07144.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 225 (88.28% from 255) = 40.32%
R=34.05%
G=25.63%
B=40.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901432250.160.3600.12274.3957.7572.16
HexBE8FE110240C1123a48
Octal276217341204401442272110
Binary10111110100011111110000110000100100011001000100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FE1; }

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

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

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

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

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

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

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

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