#BB91E5

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

Shades of Biloba Flower #BB91E5

Tints of Biloba Flower #BB91E5

Color information

#BB91E5 (or 0xBB91E5) is unknown color: approx Biloba Flower. HEX triplet: BB, 91 and E5. RGB value is (187,145,229). Sum of RGB (Red+Green+Blue) = 187+145+229=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91E5 is #446E1A. Grayscale: #A6A6A6. Windows color (decimal): -4484635 or 15045051. OLE color: 15045051.

HSL color Cylindrical-coordinate representation of color #BB91E5: hue angle of 270º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB91E5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187145229-
CMYK0.180.3700.10
HSL270º61.76%73.33%-
HSV(B)270º36.68%89.8%-
XYZ44.7636.4778.81-
YUV167.13162.91142.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 229 (89.84% from 255) = 40.82%
R=33.33%
G=25.85%
B=40.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871452290.180.3700.1027061.7673.33
HexBB91E512250A10e3e49
Octal273221345224501241676111
Binary10111011100100011110010110010100101010101000011101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91E5; }

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

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

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

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

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

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

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

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