#BF9FFF

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

Shades of Perfume #BF9FFF

Tints of Perfume #BF9FFF

Color information

#BF9FFF (or 0xBF9FFF) is unknown color: approx Perfume. HEX triplet: BF, 9F and FF. RGB value is (191,159,255). Sum of RGB (Red+Green+Blue) = 191+159+255=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FFF is #406000. Grayscale: #B3B3B3. Windows color (decimal): -4218881 or 16752575. OLE color: 16752575.

HSL color Cylindrical-coordinate representation of color #BF9FFF: hue angle of 260º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF9FFF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191159255-
CMYK0.250.3800
HSL260º100%81.18%-
HSV(B)260º37.65%100%-
XYZ51.9343.09100.19-
YUV179.51170.6136.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 255 (100% from 255) = 42.15%
R=31.57%
G=26.28%
B=42.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911592550.250.380026010081.18
HexBF9FFF1926001046451
Octal277237377314600404144121
Binary101111111001111111111111110011001100010000010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FFF; }

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

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

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

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

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

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

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

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