#B393F6

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

Shades of Biloba Flower #B393F6

Tints of Biloba Flower #B393F6

Color information

#B393F6 (or 0xB393F6) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and F6. RGB value is (179,147,246). Sum of RGB (Red+Green+Blue) = 179+147+246=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #B393F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393F6 is #4C6C09. Grayscale: #A7A7A7. Windows color (decimal): -5008394 or 16159667. OLE color: 16159667.

HSL color Cylindrical-coordinate representation of color #B393F6: hue angle of 259.39º 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 #B393F6 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179147246-
CMYK0.270.4000.04
HSL259.39º84.62%77.06%-
HSV(B)259.39º40.24%96.47%-
XYZ45.6637.191.94-
YUV167.85172.1135.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=31.29%
G=25.70%
B=43.01%

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
Decimal1791472460.270.4000.04259.3984.6277.06
HexB393F61B2804103554d
Octal263223366335004403125115
Binary10110011100100111111011011011101000010010000001110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393F6; }

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

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

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

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

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

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

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

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