#B093FA

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

Shades of Biloba Flower #B093FA

Tints of Biloba Flower #B093FA

Color information

#B093FA (or 0xB093FA) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and FA. RGB value is (176,147,250). Sum of RGB (Red+Green+Blue) = 176+147+250=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #B093FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B093FA is #4F6C05. Grayscale: #A7A7A7. Windows color (decimal): -5204998 or 16421808. OLE color: 16421808.

HSL color Cylindrical-coordinate representation of color #B093FA: hue angle of 256.89º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B093FA is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176147250-
CMYK0.300.4100.02
HSL256.89º91.15%77.84%-
HSV(B)256.89º41.2%98.04%-
XYZ45.593795.18-
YUV167.41174.61134.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=30.72%
G=25.65%
B=43.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761472500.300.4100.02256.8991.1577.84
HexB093FA1E29021015b4e
Octal260223372365102401133116
Binary1011000010010011111110101111010100101010000000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093FA; }

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

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

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

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

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

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

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

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