#BE8CEE

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

Shades of Wisteria #BE8CEE

Tints of Wisteria #BE8CEE

Color information

#BE8CEE (or 0xBE8CEE) is unknown color: approx Wisteria. HEX triplet: BE, 8C and EE. RGB value is (190,140,238). Sum of RGB (Red+Green+Blue) = 190+140+238=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CEE is #417311. Grayscale: #A5A5A5. Windows color (decimal): -4289298 or 15633598. OLE color: 15633598.

HSL color Cylindrical-coordinate representation of color #BE8CEE: hue angle of 270.61º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8CEE is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190140238-
CMYK0.200.4100.07
HSL270.61º74.24%74.12%-
HSV(B)270.61º41.18%93.33%-
XYZ46.0535.8885.39-
YUV166.12168.56145.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 140 (55.08% from 255) = 24.65%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=33.45%
G=24.65%
B=41.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901402380.200.4100.07270.6174.2474.12
HexBE8CEE14290710f4a4a
Octal276214356245107417112112
Binary10111110100011001110111010100101001011110000111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CEE; }

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

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

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

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

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

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

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

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