#BF9FF1

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

Shades of Perfume #BF9FF1

Tints of Perfume #BF9FF1

Color information

#BF9FF1 (or 0xBF9FF1) is unknown color: approx Perfume. HEX triplet: BF, 9F and F1. RGB value is (191,159,241). Sum of RGB (Red+Green+Blue) = 191+159+241=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FF1 is #40600E. Grayscale: #B1B1B1. Windows color (decimal): -4218895 or 15835071. OLE color: 15835071.

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

Color convert

RGB191159241-
CMYK0.210.3400.05
HSL263.41º74.55%78.43%-
HSV(B)263.41º34.02%94.51%-
XYZ49.7642.2288.75-
YUV177.92163.6137.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=32.32%
G=26.90%
B=40.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911592410.210.3400.05263.4174.5578.43
HexBF9FF11522051074b4e
Octal277237361254205407113116
Binary10111111100111111111000110101100010010110000011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FF1; }

 p { color: rgb(191,159,241); }

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

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

 a { background-color: rgb(191,159,241); }

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

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

 span { border-color: rgb(191,159,241); }

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