#BE81F1

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

Shades of Wisteria #BE81F1

Tints of Wisteria #BE81F1

Color information

#BE81F1 (or 0xBE81F1) is unknown color: approx Wisteria. HEX triplet: BE, 81 and F1. RGB value is (190,129,241). Sum of RGB (Red+Green+Blue) = 190+129+241=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE81F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE81F1 is #417E0E. Grayscale: #9F9F9F. Windows color (decimal): -4292111 or 15827390. OLE color: 15827390.

HSL color Cylindrical-coordinate representation of color #BE81F1: hue angle of 272.68º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE81F1 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190129241-
CMYK0.210.4600.05
HSL272.68º80%72.55%-
HSV(B)272.68º46.47%94.51%-
XYZ44.963387.22-
YUV160.01173.71149.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=33.93%
G=23.04%
B=43.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901292410.210.4600.05272.688072.55
HexBE81F1152E051115049
Octal276201361255605421120111
Binary10111110100000011111000110101101110010110001000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81F1; }

 p { color: rgb(190,129,241); }

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

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

 a { background-color: rgb(190,129,241); }

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

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

 span { border-color: rgb(190,129,241); }

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