#BE91F1

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

Shades of Perfume #BE91F1

Tints of Perfume #BE91F1

Color information

#BE91F1 (or 0xBE91F1) is unknown color: approx Perfume. HEX triplet: BE, 91 and F1. RGB value is (190,145,241). Sum of RGB (Red+Green+Blue) = 190+145+241=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE91F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE91F1 is #416E0E. Grayscale: #A9A9A9. Windows color (decimal): -4288015 or 15831486. OLE color: 15831486.

HSL color Cylindrical-coordinate representation of color #BE91F1: hue angle of 268.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE91F1 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190145241-
CMYK0.210.4000.05
HSL268.12º77.42%75.69%-
HSV(B)268.12º39.83%94.51%-
XYZ47.2437.5587.98-
YUV169.4168.41142.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=32.99%
G=25.17%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901452410.210.4000.05268.1277.4275.69
HexBE91F115280510c4d4c
Octal276221361255005414115114
Binary10111110100100011111000110101101000010110000110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91F1; }

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

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

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

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

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

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

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

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