#B590ED

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

Shades of Biloba Flower #B590ED

Tints of Biloba Flower #B590ED

Color information

#B590ED (or 0xB590ED) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and ED. RGB value is (181,144,237). Sum of RGB (Red+Green+Blue) = 181+144+237=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #B590ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590ED is #4A6F12. Grayscale: #A5A5A5. Windows color (decimal): -4878099 or 15569077. OLE color: 15569077.

HSL color Cylindrical-coordinate representation of color #B590ED: hue angle of 263.87º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B590ED is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181144237-
CMYK0.240.3900.07
HSL263.87º72.09%74.71%-
HSV(B)263.87º39.24%92.94%-
XYZ44.3235.8884.71-
YUV165.66168.26138.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=32.21%
G=25.62%
B=42.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811442370.240.3900.07263.8772.0974.71
HexB590ED182707108484b
Octal265220355304707410110113
Binary10110101100100001110110111000100111011110000100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590ED; }

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

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

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

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

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

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

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

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