#B291EA

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

Shades of Biloba Flower #B291EA

Tints of Biloba Flower #B291EA

Color information

#B291EA (or 0xB291EA) is unknown color: approx Biloba Flower. HEX triplet: B2, 91 and EA. RGB value is (178,145,234). Sum of RGB (Red+Green+Blue) = 178+145+234=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #B291EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B291EA is #4D6E15. Grayscale: #A4A4A4. Windows color (decimal): -5074454 or 15372722. OLE color: 15372722.

HSL color Cylindrical-coordinate representation of color #B291EA: hue angle of 262.25º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B291EA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178145234-
CMYK0.240.3800.08
HSL262.25º67.94%74.31%-
HSV(B)262.25º38.03%91.76%-
XYZ43.3435.6682.44-
YUV165.01166.93137.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=31.96%
G=26.03%
B=42.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781452340.240.3800.08262.2567.9474.31
HexB291EA182608106444a
Octal2622213523046010406104112
Binary101100101001000111101010110001001100100010000011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B291EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B291EA; }

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

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

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

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

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

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

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

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