#B590EA

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

Shades of Biloba Flower #B590EA

Tints of Biloba Flower #B590EA

Color information

#B590EA (or 0xB590EA) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and EA. RGB value is (181,144,234). Sum of RGB (Red+Green+Blue) = 181+144+234=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 144 (56.64% from 255 or 25.76% 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 #B590EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590EA is #4A6F15. Grayscale: #A5A5A5. Windows color (decimal): -4878102 or 15372469. OLE color: 15372469.

HSL color Cylindrical-coordinate representation of color #B590EA: hue angle of 264.67º 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 #B590EA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181144234-
CMYK0.230.3800.08
HSL264.67º68.18%74.12%-
HSV(B)264.67º38.46%91.76%-
XYZ43.8835.7182.42-
YUV165.32166.76139.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=32.38%
G=25.76%
B=41.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811442340.230.3800.08264.6768.1874.12
HexB590EA172608109444a
Octal2652203522746010411104112
Binary101101011001000011101010101111001100100010000100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590EA; }

 p { color: rgb(181,144,234); }

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

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

 a { background-color: rgb(181,144,234); }

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

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

 span { border-color: rgb(181,144,234); }

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