#BE91F6

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

Shades of Perfume #BE91F6

Tints of Perfume #BE91F6

Color information

#BE91F6 (or 0xBE91F6) is unknown color: approx Perfume. HEX triplet: BE, 91 and F6. RGB value is (190,145,246). Sum of RGB (Red+Green+Blue) = 190+145+246=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE91F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE91F6 is #416E09. Grayscale: #A9A9A9. Windows color (decimal): -4288010 or 16159166. OLE color: 16159166.

HSL color Cylindrical-coordinate representation of color #BE91F6: hue angle of 266.73º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE91F6 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190145246-
CMYK0.230.4100.04
HSL266.73º84.87%76.67%-
HSV(B)266.73º41.06%96.47%-
XYZ4837.8591.97-
YUV169.97170.91142.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=32.70%
G=24.96%
B=42.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901452460.230.4100.04266.7384.8776.67
HexBE91F617290410b554d
Octal276221366275104413125115
Binary10111110100100011111011010111101001010010000101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91F6; }

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

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

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

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

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

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

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

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