#B590F9

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

Shades of Biloba Flower #B590F9

Tints of Biloba Flower #B590F9

Color information

#B590F9 (or 0xB590F9) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and F9. RGB value is (181,144,249). Sum of RGB (Red+Green+Blue) = 181+144+249=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #B590F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590F9 is #4A6F06. Grayscale: #A6A6A6. Windows color (decimal): -4878087 or 16355509. OLE color: 16355509.

HSL color Cylindrical-coordinate representation of color #B590F9: hue angle of 261.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B590F9 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181144249-
CMYK0.270.4200.02
HSL261.14º89.74%77.06%-
HSV(B)261.14º42.17%97.65%-
XYZ46.1336.6194.26-
YUV167.03174.26137.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=31.53%
G=25.09%
B=43.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811442490.270.4200.02261.1489.7477.06
HexB590F91B2A021055a4d
Octal265220371335202405132115
Binary1011010110010000111110011101110101001010000010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590F9; }

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

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

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

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

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

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

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

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