#BF97E5

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

Shades of Perfume #BF97E5

Tints of Perfume #BF97E5

Color information

#BF97E5 (or 0xBF97E5) is unknown color: approx Perfume. HEX triplet: BF, 97 and E5. RGB value is (191,151,229). Sum of RGB (Red+Green+Blue) = 191+151+229=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF97E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97E5 is #40681A. Grayscale: #ABABAB. Windows color (decimal): -4220955 or 15046591. OLE color: 15046591.

HSL color Cylindrical-coordinate representation of color #BF97E5: hue angle of 270.77º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF97E5 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191151229-
CMYK0.170.3400.10
HSL270.77º60%74.51%-
HSV(B)270.77º34.06%89.8%-
XYZ46.738.8779.17-
YUV171.85160.25141.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=33.45%
G=26.44%
B=40.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911512290.170.3400.10270.776074.51
HexBF97E511220A10f3c4b
Octal277227345214201241774113
Binary10111111100101111110010110001100010010101000011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97E5; }

 p { color: rgb(191,151,229); }

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

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

 a { background-color: rgb(191,151,229); }

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

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

 span { border-color: rgb(191,151,229); }

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