#BB91E9

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

Shades of Perfume #BB91E9

Tints of Perfume #BB91E9

Color information

#BB91E9 (or 0xBB91E9) is unknown color: approx Perfume. HEX triplet: BB, 91 and E9. RGB value is (187,145,233). Sum of RGB (Red+Green+Blue) = 187+145+233=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB91E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91E9 is #446E16. Grayscale: #A7A7A7. Windows color (decimal): -4484631 or 15307195. OLE color: 15307195.

HSL color Cylindrical-coordinate representation of color #BB91E9: hue angle of 268.64º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB91E9 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187145233-
CMYK0.200.3800.09
HSL268.64º66.67%74.12%-
HSV(B)268.64º37.77%91.37%-
XYZ45.3336.781.79-
YUV167.59164.91141.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=33.10%
G=25.66%
B=41.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871452330.200.3800.09268.6466.6774.12
HexBB91E914260910d434a
Octal2732213512446011415103112
Binary101110111001000111101001101001001100100110000110110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91E9; }

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

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

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

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

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

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

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

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