#B493F6

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

Shades of Biloba Flower #B493F6

Tints of Biloba Flower #B493F6

Color information

#B493F6 (or 0xB493F6) is unknown color: approx Biloba Flower. HEX triplet: B4, 93 and F6. RGB value is (180,147,246). Sum of RGB (Red+Green+Blue) = 180+147+246=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #B493F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B493F6 is #4B6C09. Grayscale: #A7A7A7. Windows color (decimal): -4942858 or 16159668. OLE color: 16159668.

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

Color convert

RGB180147246-
CMYK0.270.4000.04
HSL260º84.62%77.06%-
HSV(B)260º40.24%96.47%-
XYZ45.8937.2291.96-
YUV168.15171.93136.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 246 (96.48% from 255) = 42.93%
R=31.41%
G=25.65%
B=42.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801472460.270.4000.0426084.6277.06
HexB493F61B2804104554d
Octal264223366335004404125115
Binary10110100100100111111011011011101000010010000010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493F6; }

 p { color: rgb(180,147,246); }

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

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

 a { background-color: rgb(180,147,246); }

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

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

 span { border-color: rgb(180,147,246); }

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