#BE91FA

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

Shades of Perfume #BE91FA

Tints of Perfume #BE91FA

Color information

#BE91FA (or 0xBE91FA) is unknown color: approx Perfume. HEX triplet: BE, 91 and FA. RGB value is (190,145,250). Sum of RGB (Red+Green+Blue) = 190+145+250=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE91FA is #416E05. Grayscale: #AAAAAA. Windows color (decimal): -4288006 or 16421310. OLE color: 16421310.

HSL color Cylindrical-coordinate representation of color #BE91FA: hue angle of 265.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE91FA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190145250-
CMYK0.240.4200.02
HSL265.71º91.3%77.45%-
HSV(B)265.71º42%98.04%-
XYZ48.6238.195.23-
YUV170.42172.91141.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=32.48%
G=24.79%
B=42.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901452500.240.4200.02265.7191.377.45
HexBE91FA182A0210a5b4d
Octal276221372305202412133115
Binary1011111010010001111110101100010101001010000101010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91FA; }

 p { color: rgb(190,145,250); }

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

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

 a { background-color: rgb(190,145,250); }

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

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

 span { border-color: rgb(190,145,250); }

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