#B490F9

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

Shades of Biloba Flower #B490F9

Tints of Biloba Flower #B490F9

Color information

#B490F9 (or 0xB490F9) is unknown color: approx Biloba Flower. HEX triplet: B4, 90 and F9. RGB value is (180,144,249). Sum of RGB (Red+Green+Blue) = 180+144+249=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #B490F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490F9 is #4B6F06. Grayscale: #A6A6A6. Windows color (decimal): -4943623 or 16355508. OLE color: 16355508.

HSL color Cylindrical-coordinate representation of color #B490F9: hue angle of 260.57º 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 #B490F9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180144249-
CMYK0.280.4200.02
HSL260.57º89.74%77.06%-
HSV(B)260.57º42.17%97.65%-
XYZ45.8936.4994.25-
YUV166.73174.43137.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=31.41%
G=25.13%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801442490.280.4200.02260.5789.7477.06
HexB490F91C2A021055a4d
Octal264220371345202405132115
Binary1011010010010000111110011110010101001010000010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490F9; }

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

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

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

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

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

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

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

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