#B590FE

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

Shades of Biloba Flower #B590FE

Tints of Biloba Flower #B590FE

Color information

#B590FE (or 0xB590FE) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and FE. RGB value is (181,144,254). Sum of RGB (Red+Green+Blue) = 181+144+254=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B590FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590FE is #4A6F01. Grayscale: #A7A7A7. Windows color (decimal): -4878082 or 16683189. OLE color: 16683189.

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

Color convert

RGB181144254-
CMYK0.290.4300.00
HSL260.18º98.21%78.04%-
HSV(B)260.18º43.31%99.61%-
XYZ46.9236.9398.42-
YUV167.6176.76137.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=31.26%
G=24.87%
B=43.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811442540.290.4300.00260.1898.2178.04
HexB590FE1D2B00104624e
Octal265220376355300404142116
Binary101101011001000011111110111011010110010000010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590FE; }

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

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

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

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

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

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

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

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