#BE8CE7

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

Shades of Wisteria #BE8CE7

Tints of Wisteria #BE8CE7

Color information

#BE8CE7 (or 0xBE8CE7) is unknown color: approx Wisteria. HEX triplet: BE, 8C and E7. RGB value is (190,140,231). Sum of RGB (Red+Green+Blue) = 190+140+231=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE8CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CE7 is #417318. Grayscale: #A5A5A5. Windows color (decimal): -4289305 or 15174846. OLE color: 15174846.

HSL color Cylindrical-coordinate representation of color #BE8CE7: hue angle of 272.97º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8CE7 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190140231-
CMYK0.180.3900.09
HSL272.97º65.47%72.75%-
HSV(B)272.97º39.39%90.59%-
XYZ45.0435.4780.07-
YUV165.32165.06145.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=33.87%
G=24.96%
B=41.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901402310.180.3900.09272.9765.4772.75
HexBE8CE71227091114149
Octal2762143472247011421101111
Binary101111101000110011100111100101001110100110001000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CE7; }

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

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

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

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

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

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

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

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