#B390F3

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

Shades of Biloba Flower #B390F3

Tints of Biloba Flower #B390F3

Color information

#B390F3 (or 0xB390F3) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and F3. RGB value is (179,144,243). Sum of RGB (Red+Green+Blue) = 179+144+243=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #B390F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390F3 is #4C6F0C. Grayscale: #A5A5A5. Windows color (decimal): -5009165 or 15962291. OLE color: 15962291.

HSL color Cylindrical-coordinate representation of color #B390F3: hue angle of 261.21º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B390F3 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179144243-
CMYK0.260.4100.05
HSL261.21º80.49%75.88%-
HSV(B)261.21º40.74%95.29%-
XYZ44.743689.38-
YUV165.75171.6137.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 243 (95.31% from 255) = 42.93%
R=31.63%
G=25.44%
B=42.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791442430.260.4100.05261.2180.4975.88
HexB390F31A2905105504c
Octal263220363325105405120114
Binary10110011100100001111001111010101001010110000010110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390F3; }

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

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

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

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

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

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

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

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