#B094FB

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

Shades of Biloba Flower #B094FB

Tints of Biloba Flower #B094FB

Color information

#B094FB (or 0xB094FB) is unknown color: approx Biloba Flower. HEX triplet: B0, 94 and FB. RGB value is (176,148,251). Sum of RGB (Red+Green+Blue) = 176+148+251=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #B094FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B094FB is #4F6B04. Grayscale: #A7A7A7. Windows color (decimal): -5204741 or 16487600. OLE color: 16487600.

HSL color Cylindrical-coordinate representation of color #B094FB: hue angle of 256.31º degrees, saturation: 0.93, 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 #B094FB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176148251-
CMYK0.300.4100.02
HSL256.31º92.79%78.24%-
HSV(B)256.31º41.04%98.43%-
XYZ45.9137.3796.06-
YUV168.11174.78133.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 148 (58.20% from 255) = 25.74%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=30.61%
G=25.74%
B=43.65%

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
Decimal1761482510.300.4100.02256.3192.7978.24
HexB094FB1E29021005d4e
Octal260224373365102400135116
Binary1011000010010100111110111111010100101010000000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094FB; }

 p { color: rgb(176,148,251); }

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

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

 a { background-color: rgb(176,148,251); }

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

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

 span { border-color: rgb(176,148,251); }

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