#B093E0

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

Shades of Biloba Flower #B093E0

Tints of Biloba Flower #B093E0

Color information

#B093E0 (or 0xB093E0) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and E0. RGB value is (176,147,224). Sum of RGB (Red+Green+Blue) = 176+147+224=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #B093E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093E0 is #4F6C1F. Grayscale: #A4A4A4. Windows color (decimal): -5205024 or 14717872. OLE color: 14717872.

HSL color Cylindrical-coordinate representation of color #B093E0: hue angle of 262.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B093E0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176147224-
CMYK0.210.3400.12
HSL262.6º55.4%72.75%-
HSV(B)262.6º34.38%87.84%-
XYZ41.7935.4875.17-
YUV164.45161.61136.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=32.18%
G=26.87%
B=40.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761472240.210.3400.12262.655.472.75
HexB093E015220C1073749
Octal260223340254201440767111
Binary10110000100100111110000010101100010011001000001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093E0; }

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

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

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

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

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

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

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

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