Html Css Color HEX #BB90E5 Biloba Flower

📋 copy color: '#BB90E5'

red 187 ◦ green 144 ◦ blue 229

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

Shades of Biloba Flower #BB90E5

Tints of Biloba Flower #BB90E5

RGB

 RED value IS 187 (73.44% from 255) = 33.39%

 GREEN value IS 144 (56.64% from 255) = 25.71%

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 33.39%
G = 25.71%
B = 40.89%

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

#BB90E5 (or 0xBB90E5) is known color: Biloba Flower. HEX triplet: BB, 90 and E5. RGB value is (187,144,229). Sum of RGB (Red+Green+Blue) = 187+144+229=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90E5 is #446F1A. Grayscale: #A6A6A6. Windows color (decimal): -4484891 or 15044795. OLE color: 15044795.

HSL color Cylindrical-coordinate representation of color #BB90E5: hue angle of 270.35º 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 #BB90E5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 144 229 -
CMYK 0.18 0.37 0 0.10
HSL 270.35º 0.62% 0.73% -
HSV(B) 270.35º 0.37% 0.9% -
XYZ 44.61 36.17 78.76 -
YUV 166.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 187 144 229 0.18 0.37 0 0.10 270.35 0.62 0.73
Hex BB 90 E5 12 25 0 A 10E 3E 49
Octal 273 220 345 22 45 0 12 416 76 111
Binary 10111011 10010000 11100101 10010 100101 0 1010 100001110 111110 1001001

Color Harmonies of #BB90E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90E5

Black with #BB90E5

Text Example


Text Example

White with #BB90E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90E5; }

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

 H1.HeaderClassName
 {
   color: #BB90E5;
 }
 .AnyTagClassName
 {
   color: #BB90E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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