#B590FF

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

Shades of Biloba Flower #B590FF

Tints of Biloba Flower #B590FF

Color information

#B590FF (or 0xB590FF) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and FF. RGB value is (181,144,255). Sum of RGB (Red+Green+Blue) = 181+144+255=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B590FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590FF is #4A6F00. Grayscale: #A7A7A7. Windows color (decimal): -4878081 or 16748725. OLE color: 16748725.

HSL color Cylindrical-coordinate representation of color #B590FF: hue angle of 260º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B590FF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181144255-
CMYK0.290.4400
HSL260º100%78.24%-
HSV(B)260º43.53%100%-
XYZ47.0836.9999.27-
YUV167.72177.26137.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 255 (100% from 255) = 43.97%
R=31.21%
G=24.83%
B=43.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811442550.290.440026010078.24
HexB590FF1D2C00104644e
Octal265220377355400404144116
Binary101101011001000011111111111011011000010000010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590FF; }

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

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

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

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

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

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

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

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