#B293EA

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

Shades of Biloba Flower #B293EA

Tints of Biloba Flower #B293EA

Color information

#B293EA (or 0xB293EA) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and EA. RGB value is (178,147,234). Sum of RGB (Red+Green+Blue) = 178+147+234=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #B293EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293EA is #4D6C15. Grayscale: #A5A5A5. Windows color (decimal): -5073942 or 15373234. OLE color: 15373234.

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

Color convert

RGB178147234-
CMYK0.240.3700.08
HSL261.38º67.44%74.71%-
HSV(B)261.38º37.18%91.76%-
XYZ43.6536.2782.54-
YUV166.19166.27136.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.84%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=31.84%
G=26.30%
B=41.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781472340.240.3700.08261.3867.4474.71
HexB293EA182508105434b
Octal2622233523045010405103113
Binary101100101001001111101010110001001010100010000010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293EA; }

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

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

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

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

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

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

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

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