#B590EB

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

Shades of Biloba Flower #B590EB

Tints of Biloba Flower #B590EB

Color information

#B590EB (or 0xB590EB) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and EB. RGB value is (181,144,235). Sum of RGB (Red+Green+Blue) = 181+144+235=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #B590EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590EB is #4A6F14. Grayscale: #A5A5A5. Windows color (decimal): -4878101 or 15438005. OLE color: 15438005.

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

Color convert

RGB181144235-
CMYK0.230.3900.08
HSL264.4º69.47%74.31%-
HSV(B)264.4º38.72%92.16%-
XYZ44.0235.7783.18-
YUV165.44167.26139.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=32.32%
G=25.71%
B=41.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811442350.230.3900.08264.469.4774.31
HexB590EB172708108454a
Octal2652203532747010410105112
Binary101101011001000011101011101111001110100010000100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590EB; }

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

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

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

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

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

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

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

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