#B093E6

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

Shades of Biloba Flower #B093E6

Tints of Biloba Flower #B093E6

Color information

#B093E6 (or 0xB093E6) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and E6. RGB value is (176,147,230). Sum of RGB (Red+Green+Blue) = 176+147+230=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #B093E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B093E6 is #4F6C19. Grayscale: #A4A4A4. Windows color (decimal): -5205018 or 15111088. OLE color: 15111088.

HSL color Cylindrical-coordinate representation of color #B093E6: hue angle of 260.96º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B093E6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176147230-
CMYK0.230.3600.10
HSL260.96º62.41%73.92%-
HSV(B)260.96º36.09%90.2%-
XYZ42.6235.8179.53-
YUV165.13164.61135.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 230 (90.23% from 255) = 41.59%
R=31.83%
G=26.58%
B=41.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761472300.230.3600.10260.9662.4173.92
HexB093E617240A1053e4a
Octal260223346274401240576112
Binary10110000100100111110011010111100100010101000001011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093E6; }

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

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

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

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

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

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

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

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