#B093F4

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

Shades of Biloba Flower #B093F4

Tints of Biloba Flower #B093F4

Color information

#B093F4 (or 0xB093F4) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and F4. RGB value is (176,147,244). Sum of RGB (Red+Green+Blue) = 176+147+244=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #B093F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B093F4 is #4F6C0B. Grayscale: #A6A6A6. Windows color (decimal): -5205004 or 16028592. OLE color: 16028592.

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

Color convert

RGB176147244-
CMYK0.280.4000.04
HSL257.94º81.51%76.67%-
HSV(B)257.94º39.75%95.69%-
XYZ44.6736.6390.3-
YUV166.73171.61134.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 244 (95.70% from 255) = 43.03%
R=31.04%
G=25.93%
B=43.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761472440.280.4000.04257.9481.5176.67
HexB093F41C2804102524d
Octal260223364345004402122115
Binary10110000100100111111010011100101000010010000001010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093F4; }

 p { color: rgb(176,147,244); }

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

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

 a { background-color: rgb(176,147,244); }

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

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

 span { border-color: rgb(176,147,244); }

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