#BB91F9

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

Shades of Perfume #BB91F9

Tints of Perfume #BB91F9

Color information

#BB91F9 (or 0xBB91F9) is unknown color: approx Perfume. HEX triplet: BB, 91 and F9. RGB value is (187,145,249). Sum of RGB (Red+Green+Blue) = 187+145+249=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91F9 is #446E06. Grayscale: #A9A9A9. Windows color (decimal): -4484615 or 16355771. OLE color: 16355771.

HSL color Cylindrical-coordinate representation of color #BB91F9: hue angle of 264.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB91F9 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187145249-
CMYK0.250.4200.02
HSL264.23º89.66%77.25%-
HSV(B)264.23º41.77%97.65%-
XYZ47.7237.6694.38-
YUV169.41172.91140.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=32.19%
G=24.96%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871452490.250.4200.02264.2389.6677.25
HexBB91F9192A021085a4d
Octal273221371315202410132115
Binary1011101110010001111110011100110101001010000100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91F9; }

 p { color: rgb(187,145,249); }

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

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

 a { background-color: rgb(187,145,249); }

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

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

 span { border-color: rgb(187,145,249); }

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