#BE81F0

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

Shades of Wisteria #BE81F0

Tints of Wisteria #BE81F0

Color information

#BE81F0 (or 0xBE81F0) is unknown color: approx Wisteria. HEX triplet: BE, 81 and F0. RGB value is (190,129,240). Sum of RGB (Red+Green+Blue) = 190+129+240=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE81F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE81F0 is #417E0F. Grayscale: #9F9F9F. Windows color (decimal): -4292112 or 15761854. OLE color: 15761854.

HSL color Cylindrical-coordinate representation of color #BE81F0: hue angle of 272.97º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE81F0 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190129240-
CMYK0.210.4600.06
HSL272.97º78.72%72.35%-
HSV(B)272.97º46.25%94.12%-
XYZ44.8132.9486.43-
YUV159.89173.21149.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=33.99%
G=23.08%
B=42.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901292400.210.4600.06272.9778.7272.35
HexBE81F0152E061114f48
Octal276201360255606421117110
Binary10111110100000011111000010101101110011010001000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81F0; }

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

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

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

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

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

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

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

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