Html Css Color HEX #B291DB Biloba Flower

📋 copy color: '#B291DB'

red 178 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #B291DB

Tints of Biloba Flower #B291DB

RGB

 RED value IS 178 (69.92% from 255) = 32.84%

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 32.84%
G = 26.75%
B = 40.41%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B291DB (or 0xB291DB) is known color: Biloba Flower. HEX triplet: B2, 91 and DB. RGB value is (178,145,219). Sum of RGB (Red+Green+Blue) = 178+145+219=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #B291DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291DB is #4D6E24. Grayscale: #A3A3A3. Windows color (decimal): -5074469 or 14389682. OLE color: 14389682.

HSL color Cylindrical-coordinate representation of color #B291DB: hue angle of 266.76º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B291DB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 145 219 -
CMYK 0.19 0.34 0 0.14
HSL 266.76º 0.51% 0.71% -
HSV(B) 266.76º 0.34% 0.86% -
XYZ 41.27 34.83 71.57 -
YUV 163.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 178 145 219 0.19 0.34 0 0.14 266.76 0.51 0.71
Hex B2 91 DB 13 22 0 E 10B 33 47
Octal 262 221 333 23 42 0 16 413 63 107
Binary 10110010 10010001 11011011 10011 100010 0 1110 100001011 110011 1000111

Color Harmonies of #B291DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291DB

Black with #B291DB

Text Example


Text Example

White with #B291DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291DB; }

 p { color: rgb(178,145,219); }

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

background-color css

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

 a { background-color: rgb(178,145,219); }

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

border-color css

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

 span { border-color: rgb(178,145,219); }

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