#B291DA

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

Shades of Biloba Flower #B291DA

Tints of Biloba Flower #B291DA

Color information

#B291DA (or 0xB291DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 91 and DA. RGB value is (178,145,218). Sum of RGB (Red+Green+Blue) = 178+145+218=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #B291DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291DA is #4D6E25. Grayscale: #A2A2A2. Windows color (decimal): -5074470 or 14324146. OLE color: 14324146.

HSL color Cylindrical-coordinate representation of color #B291DA: hue angle of 267.12º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B291DA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178145218-
CMYK0.180.3300.15
HSL267.12º49.66%71.18%-
HSV(B)267.12º33.49%85.49%-
XYZ41.1434.7870.87-
YUV163.19158.93138.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=32.90%
G=26.80%
B=40.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781452180.180.3300.15267.1249.6671.18
HexB291DA12210F10b3247
Octal262221332224101741362107
Binary10110010100100011101101010010100001011111000010111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B291DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B291DA; }

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

 H1.HeaderClassName
 {
   color: #B291DA;
 }
 .AnyTagClassName
 {
   color: #B291DA;
 }
</style>
background-color css

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

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

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

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

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

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