Html Css Color HEX #B991D7 Biloba Flower

📋 copy color: '#B991D7'

red 185 ◦ green 145 ◦ blue 215

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

Shades of Biloba Flower #B991D7

Tints of Biloba Flower #B991D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.45%

R = 33.94%
G = 26.61%
B = 39.45%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B991D7 (or 0xB991D7) is known color: Biloba Flower. HEX triplet: B9, 91 and D7. RGB value is (185,145,215). Sum of RGB (Red+Green+Blue) = 185+145+215=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #B991D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991D7 is #466E28. Grayscale: #A4A4A4. Windows color (decimal): -4615721 or 14127545. OLE color: 14127545.

HSL color Cylindrical-coordinate representation of color #B991D7: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B991D7 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 145 215 -
CMYK 0.14 0.33 0 0.16
HSL 274.29º 0.47% 0.71% -
HSV(B) 274.29º 0.33% 0.84% -
XYZ 42.4 35.47 68.9 -
YUV 164.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 185 145 215 0.14 0.33 0 0.16 274.29 0.47 0.71
Hex B9 91 D7 E 21 0 10 112 2F 47
Octal 271 221 327 16 41 0 20 422 57 107
Binary 10111001 10010001 11010111 1110 100001 0 10000 100010010 101111 1000111

Color Harmonies of #B991D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991D7

Black with #B991D7

Text Example


Text Example

White with #B991D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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