#B590D7

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

Shades of Biloba Flower #B590D7

Tints of Biloba Flower #B590D7

Color information

#B590D7 (or 0xB590D7) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and D7. RGB value is (181,144,215). Sum of RGB (Red+Green+Blue) = 181+144+215=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #B590D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590D7 is #4A6F28. Grayscale: #A2A2A2. Windows color (decimal): -4878121 or 14127285. OLE color: 14127285.

HSL color Cylindrical-coordinate representation of color #B590D7: hue angle of 271.27º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B590D7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181144215-
CMYK0.160.3300.16
HSL271.27º47.02%70.39%-
HSV(B)271.27º33.02%84.31%-
XYZ41.334.6868.81-
YUV163.16157.26140.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=33.52%
G=26.67%
B=39.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811442150.160.3300.16271.2747.0270.39
HexB590D7102101010f2f46
Octal265220327204102041757106
Binary101101011001000011010111100001000010100001000011111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590D7; }

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

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

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

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

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

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

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

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