#BE95E0

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

Shades of Wisteria #BE95E0

Tints of Wisteria #BE95E0

Color information

#BE95E0 (or 0xBE95E0) is unknown color: approx Wisteria. HEX triplet: BE, 95 and E0. RGB value is (190,149,224). Sum of RGB (Red+Green+Blue) = 190+149+224=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95E0 is #416A1F. Grayscale: #A9A9A9. Windows color (decimal): -4287008 or 14718398. OLE color: 14718398.

HSL color Cylindrical-coordinate representation of color #BE95E0: hue angle of 272.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE95E0 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190149224-
CMYK0.150.3300.12
HSL272.8º54.74%73.14%-
HSV(B)272.8º33.48%87.84%-
XYZ45.4437.8275.43-
YUV169.81158.58142.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=33.75%
G=26.47%
B=39.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901492240.150.3300.12272.854.7473.14
HexBE95E0F210C1113749
Octal276225340174101442167111
Binary1011111010010101111000001111100001011001000100011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95E0; }

 p { color: rgb(190,149,224); }

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

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

 a { background-color: rgb(190,149,224); }

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

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

 span { border-color: rgb(190,149,224); }

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