#B390FA

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

Shades of Biloba Flower #B390FA

Tints of Biloba Flower #B390FA

Color information

#B390FA (or 0xB390FA) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and FA. RGB value is (179,144,250). Sum of RGB (Red+Green+Blue) = 179+144+250=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #B390FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390FA is #4C6F05. Grayscale: #A6A6A6. Windows color (decimal): -5009158 or 16421043. OLE color: 16421043.

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

Color convert

RGB179144250-
CMYK0.280.4200.02
HSL259.81º91.38%77.25%-
HSV(B)259.81º42.4%98.04%-
XYZ45.8236.4395.06-
YUV166.55175.1136.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=31.24%
G=25.13%
B=43.63%

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
Decimal1791442500.280.4200.02259.8191.3877.25
HexB390FA1C2A021045b4d
Octal263220372345202404133115
Binary1011001110010000111110101110010101001010000010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390FA; }

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

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

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

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

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

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

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

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