#BE91FD

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

Shades of Perfume #BE91FD

Tints of Perfume #BE91FD

Color information

#BE91FD (or 0xBE91FD) is unknown color: approx Perfume. HEX triplet: BE, 91 and FD. RGB value is (190,145,253). Sum of RGB (Red+Green+Blue) = 190+145+253=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE91FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE91FD is #416E02. Grayscale: #AAAAAA. Windows color (decimal): -4288003 or 16617918. OLE color: 16617918.

HSL color Cylindrical-coordinate representation of color #BE91FD: hue angle of 265º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE91FD is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190145253-
CMYK0.250.4300.01
HSL265º96.43%78.04%-
HSV(B)265º42.69%99.22%-
XYZ49.0938.2997.73-
YUV170.77174.41141.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=32.31%
G=24.66%
B=43.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901452530.250.4300.0126596.4378.04
HexBE91FD192B01109604e
Octal276221375315301411140116
Binary101111101001000111111101110011010110110000100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91FD; }

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

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

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

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

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

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

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

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