#B093EB

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

Shades of Biloba Flower #B093EB

Tints of Biloba Flower #B093EB

Color information

#B093EB (or 0xB093EB) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and EB. RGB value is (176,147,235). Sum of RGB (Red+Green+Blue) = 176+147+235=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #B093EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B093EB is #4F6C14. Grayscale: #A5A5A5. Windows color (decimal): -5205013 or 15438768. OLE color: 15438768.

HSL color Cylindrical-coordinate representation of color #B093EB: hue angle of 259.77º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B093EB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176147235-
CMYK0.250.3700.08
HSL259.77º68.75%74.9%-
HSV(B)259.77º37.45%92.16%-
XYZ43.3336.183.28-
YUV165.7167.11135.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=31.54%
G=26.34%
B=42.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761472350.250.3700.08259.7768.7574.9
HexB093EB192508104454b
Octal2602233533145010404105113
Binary101100001001001111101011110011001010100010000010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093EB; }

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

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

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

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

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

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

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

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