#BE94F1

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

Shades of Perfume #BE94F1

Tints of Perfume #BE94F1

Color information

#BE94F1 (or 0xBE94F1) is unknown color: approx Perfume. HEX triplet: BE, 94 and F1. RGB value is (190,148,241). Sum of RGB (Red+Green+Blue) = 190+148+241=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE94F1 is #416B0E. Grayscale: #AAAAAA. Windows color (decimal): -4287247 or 15832254. OLE color: 15832254.

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

Color convert

RGB190148241-
CMYK0.210.3900.05
HSL267.1º76.86%76.27%-
HSV(B)267.1º38.59%94.51%-
XYZ47.738.4888.13-
YUV171.16167.41141.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=32.82%
G=25.56%
B=41.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901482410.210.3900.05267.176.8676.27
HexBE94F115270510b4d4c
Octal276224361254705413115114
Binary10111110100101001111000110101100111010110000101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94F1; }

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

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

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

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

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

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

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

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