#BF91F6

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

Shades of Perfume #BF91F6

Tints of Perfume #BF91F6

Color information

#BF91F6 (or 0xBF91F6) is unknown color: approx Perfume. HEX triplet: BF, 91 and F6. RGB value is (191,145,246). Sum of RGB (Red+Green+Blue) = 191+145+246=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF91F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF91F6 is #406E09. Grayscale: #A9A9A9. Windows color (decimal): -4222474 or 16159167. OLE color: 16159167.

HSL color Cylindrical-coordinate representation of color #BF91F6: hue angle of 267.33º 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 #BF91F6 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191145246-
CMYK0.220.4100.04
HSL267.33º84.87%76.67%-
HSV(B)267.33º41.06%96.47%-
XYZ48.2537.9891.98-
YUV170.27170.74142.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 246 (96.48% from 255) = 42.27%
R=32.82%
G=24.91%
B=42.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911452460.220.4100.04267.3384.8776.67
HexBF91F616290410b554d
Octal277221366265104413125115
Binary10111111100100011111011010110101001010010000101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91F6; }

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

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

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

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

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

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

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

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