#B093F0

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

Shades of Biloba Flower #B093F0

Tints of Biloba Flower #B093F0

Color information

#B093F0 (or 0xB093F0) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and F0. RGB value is (176,147,240). Sum of RGB (Red+Green+Blue) = 176+147+240=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #B093F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B093F0 is #4F6C0F. Grayscale: #A5A5A5. Windows color (decimal): -5205008 or 15766448. OLE color: 15766448.

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

Color convert

RGB176147240-
CMYK0.270.3900.06
HSL258.71º75.61%75.88%-
HSV(B)258.71º38.75%94.12%-
XYZ44.0736.3987.14-
YUV166.27169.61134.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=31.26%
G=26.11%
B=42.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761472400.270.3900.06258.7175.6175.88
HexB093F01B27061034c4c
Octal260223360334706403114114
Binary10110000100100111111000011011100111011010000001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093F0; }

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

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

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

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

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

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

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

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