#B390F9

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

Shades of Biloba Flower #B390F9

Tints of Biloba Flower #B390F9

Color information

#B390F9 (or 0xB390F9) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and F9. RGB value is (179,144,249). Sum of RGB (Red+Green+Blue) = 179+144+249=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #B390F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390F9 is #4C6F06. Grayscale: #A6A6A6. Windows color (decimal): -5009159 or 16355507. OLE color: 16355507.

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

Color convert

RGB179144249-
CMYK0.280.4200.02
HSL260º89.74%77.06%-
HSV(B)260º42.17%97.65%-
XYZ45.6636.3794.24-
YUV166.43174.6136.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=31.29%
G=25.17%
B=43.53%

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
Decimal1791442490.280.4200.0226089.7477.06
HexB390F91C2A021045a4d
Octal263220371345202404132115
Binary1011001110010000111110011110010101001010000010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390F9; }

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

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

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

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

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

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

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

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