#B291DB

Color #B291DB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B291DB

Tints of Biloba Flower #B291DB

Color information

#B291DB (or 0xB291DB) is unknown color: approx 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

RGB178145219-
CMYK0.190.3400.14
HSL266.76º50.68%71.37%-
HSV(B)266.76º33.79%85.88%-
XYZ41.2734.8371.57-
YUV163.3159.43138.48-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781452190.190.3400.14266.7650.6871.37
HexB291DB13220E10b3347
Octal262221333234201641363107
Binary10110010100100011101101110011100010011101000010111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B291DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>