Html Css Color HEX #BB91E5 Biloba Flower

📋 copy color: '#BB91E5'

red 187 ◦ green 145 ◦ blue 229

#BB91E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #BB91E5

Tints of Biloba Flower #BB91E5

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 value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB91E5 (or 0xBB91E5) is known color: 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

RGB 187 145 229 -
CMYK 0.18 0.37 0 0.10
HSL 270º 0.62% 0.73% -
HSV(B) 270º 0.37% 0.9% -
XYZ 44.76 36.47 78.81 -
YUV 167.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 187 145 229 0.18 0.37 0 0.10 270 0.62 0.73
Hex BB 91 E5 12 25 0 A 10E 3E 49
Octal 273 221 345 22 45 0 12 416 76 111
Binary 10111011 10010001 11100101 10010 100101 0 1010 100001110 111110 1001001

Color Harmonies of #BB91E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91E5

Black with #BB91E5

Text Example


Text Example

White with #BB91E5

Text Example


Text Example

HTML Codes & Css Web 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>