#BF95F7

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

Shades of Perfume #BF95F7

Tints of Perfume #BF95F7

Color information

#BF95F7 (or 0xBF95F7) is unknown color: approx Perfume. HEX triplet: BF, 95 and F7. RGB value is (191,149,247). Sum of RGB (Red+Green+Blue) = 191+149+247=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF95F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95F7 is #406A08. Grayscale: #ACACAC. Windows color (decimal): -4221449 or 16225727. OLE color: 16225727.

HSL color Cylindrical-coordinate representation of color #BF95F7: hue angle of 265.71º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF95F7 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191149247-
CMYK0.230.4000.03
HSL265.71º85.96%77.65%-
HSV(B)265.71º39.68%96.86%-
XYZ49.0239.2993-
YUV172.73169.91141.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 149 (58.59% from 255) = 25.38%
BLUE value IS 247 (96.88% from 255) = 42.08%
R=32.54%
G=25.38%
B=42.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911492470.230.4000.03265.7185.9677.65
HexBF95F717280310a564e
Octal277225367275003412126116
Binary1011111110010101111101111011110100001110000101010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95F7; }

 p { color: rgb(191,149,247); }

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

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

 a { background-color: rgb(191,149,247); }

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

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

 span { border-color: rgb(191,149,247); }

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