#B390F6

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

Shades of Biloba Flower #B390F6

Tints of Biloba Flower #B390F6

Color information

#B390F6 (or 0xB390F6) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and F6. RGB value is (179,144,246). Sum of RGB (Red+Green+Blue) = 179+144+246=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #B390F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390F6 is #4C6F09. Grayscale: #A5A5A5. Windows color (decimal): -5009162 or 16158899. OLE color: 16158899.

HSL color Cylindrical-coordinate representation of color #B390F6: hue angle of 260.59º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B390F6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179144246-
CMYK0.270.4100.04
HSL260.59º85%76.47%-
HSV(B)260.59º41.46%96.47%-
XYZ45.236.1891.79-
YUV166.09173.1137.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.46%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 246 (96.48% from 255) = 43.23%
R=31.46%
G=25.31%
B=43.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791442460.270.4100.04260.598576.47
HexB390F61B2904105554c
Octal263220366335104405125114
Binary10110011100100001111011011011101001010010000010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390F6; }

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

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

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

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

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

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

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

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