#BE97F1

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

Shades of Perfume #BE97F1

Tints of Perfume #BE97F1

Color information

#BE97F1 (or 0xBE97F1) is unknown color: approx Perfume. HEX triplet: BE, 97 and F1. RGB value is (190,151,241). Sum of RGB (Red+Green+Blue) = 190+151+241=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE97F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE97F1 is #41680E. Grayscale: #ACACAC. Windows color (decimal): -4286479 or 15833022. OLE color: 15833022.

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

Color convert

RGB190151241-
CMYK0.210.3700.05
HSL266º76.27%76.86%-
HSV(B)266º37.34%94.51%-
XYZ48.1839.4388.29-
YUV172.92166.42140.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 151 (59.38% from 255) = 25.95%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=32.65%
G=25.95%
B=41.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901512410.210.3700.0526676.2776.86
HexBE97F115250510a4c4d
Octal276227361254505412114115
Binary10111110100101111111000110101100101010110000101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97F1; }

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

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

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

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

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

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

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

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