Html Css Color HEX #B991E1 Biloba Flower

📋 copy color: '#B991E1'

red 185 ◦ green 145 ◦ blue 225

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

Shades of Biloba Flower #B991E1

Tints of Biloba Flower #B991E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 33.33%
G = 26.13%
B = 40.54%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B991E1 (or 0xB991E1) is known color: Biloba Flower. HEX triplet: B9, 91 and E1. RGB value is (185,145,225). Sum of RGB (Red+Green+Blue) = 185+145+225=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #B991E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991E1 is #466E1E. Grayscale: #A5A5A5. Windows color (decimal): -4615711 or 14782905. OLE color: 14782905.

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

Color convert

RGB 185 145 225 -
CMYK 0.18 0.36 0 0.12
HSL 270º 0.57% 0.73% -
HSV(B) 270º 0.36% 0.88% -
XYZ 43.72 36 75.88 -
YUV 166.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 185 145 225 0.18 0.36 0 0.12 270 0.57 0.73
Hex B9 91 E1 12 24 0 C 10E 39 49
Octal 271 221 341 22 44 0 14 416 71 111
Binary 10111001 10010001 11100001 10010 100100 0 1100 100001110 111001 1001001

Color Harmonies of #B991E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991E1

Black with #B991E1

Text Example


Text Example

White with #B991E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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