#B293E8

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

Shades of Biloba Flower #B293E8

Tints of Biloba Flower #B293E8

Color information

#B293E8 (or 0xB293E8) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and E8. RGB value is (178,147,232). Sum of RGB (Red+Green+Blue) = 178+147+232=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #B293E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293E8 is #4D6C17. Grayscale: #A5A5A5. Windows color (decimal): -5073944 or 15242162. OLE color: 15242162.

HSL color Cylindrical-coordinate representation of color #B293E8: hue angle of 261.88º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B293E8 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178147232-
CMYK0.230.3700.09
HSL261.88º64.89%74.31%-
HSV(B)261.88º36.64%90.98%-
XYZ43.3636.1681.04-
YUV165.96165.27136.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 232 (91.02% from 255) = 41.65%
R=31.96%
G=26.39%
B=41.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781472320.230.3700.09261.8864.8974.31
HexB293E8172509106414a
Octal2622233502745011406101112
Binary101100101001001111101000101111001010100110000011010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293E8; }

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

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

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

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

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

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

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

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