#B590D8

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

Shades of Biloba Flower #B590D8

Tints of Biloba Flower #B590D8

Color information

#B590D8 (or 0xB590D8) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and D8. RGB value is (181,144,216). Sum of RGB (Red+Green+Blue) = 181+144+216=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #B590D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590D8 is #4A6F27. Grayscale: #A3A3A3. Windows color (decimal): -4878120 or 14192821. OLE color: 14192821.

HSL color Cylindrical-coordinate representation of color #B590D8: hue angle of 270.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B590D8 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181144216-
CMYK0.160.3300.15
HSL270.83º48%70.59%-
HSV(B)270.83º33.33%84.71%-
XYZ41.4234.7369.49-
YUV163.27157.76140.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=33.46%
G=26.62%
B=39.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811442160.160.3300.15270.834870.59
HexB590D810210F10f3047
Octal265220330204101741760107
Binary10110101100100001101100010000100001011111000011111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590D8; }

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

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

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

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

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

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

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

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