Html Css Color HEX #B991E5 Biloba Flower

📋 copy color: '#B991E5'

red 185 ◦ green 145 ◦ blue 229

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

Shades of Biloba Flower #B991E5

Tints of Biloba Flower #B991E5

RGB

 RED value IS 185 (72.66% from 255) = 33.09%

 GREEN value IS 145 (57.03% from 255) = 25.94%

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

R = 33.09%
G = 25.94%
B = 40.97%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B991E5 (or 0xB991E5) is known color: Biloba Flower. HEX triplet: B9, 91 and E5. RGB value is (185,145,229). Sum of RGB (Red+Green+Blue) = 185+145+229=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #B991E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991E5 is #466E1A. Grayscale: #A6A6A6. Windows color (decimal): -4615707 or 15045049. OLE color: 15045049.

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

Color convert

RGB 185 145 229 -
CMYK 0.19 0.37 0 0.10
HSL 268.57º 0.62% 0.73% -
HSV(B) 268.57º 0.37% 0.9% -
XYZ 44.28 36.22 78.79 -
YUV 166.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 185 145 229 0.19 0.37 0 0.10 268.57 0.62 0.73
Hex B9 91 E5 13 25 0 A 10D 3E 49
Octal 271 221 345 23 45 0 12 415 76 111
Binary 10111001 10010001 11100101 10011 100101 0 1010 100001101 111110 1001001

Color Harmonies of #B991E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991E5

Black with #B991E5

Text Example


Text Example

White with #B991E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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