#B393F0

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

Shades of Biloba Flower #B393F0

Tints of Biloba Flower #B393F0

Color information

#B393F0 (or 0xB393F0) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and F0. RGB value is (179,147,240). Sum of RGB (Red+Green+Blue) = 179+147+240=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #B393F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393F0 is #4C6C0F. Grayscale: #A6A6A6. Windows color (decimal): -5008400 or 15766451. OLE color: 15766451.

HSL color Cylindrical-coordinate representation of color #B393F0: hue angle of 260.65º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B393F0 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179147240-
CMYK0.250.3900.06
HSL260.65º75.61%75.88%-
HSV(B)260.65º38.75%94.12%-
XYZ44.7536.7487.17-
YUV167.17169.1136.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=31.63%
G=25.97%
B=42.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791472400.250.3900.06260.6575.6175.88
HexB393F01927061054c4c
Octal263223360314706405114114
Binary10110011100100111111000011001100111011010000010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393F0; }

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

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

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

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

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

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

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

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