#B091F9

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

Shades of Biloba Flower #B091F9

Tints of Biloba Flower #B091F9

Color information

#B091F9 (or 0xB091F9) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and F9. RGB value is (176,145,249). Sum of RGB (Red+Green+Blue) = 176+145+249=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #B091F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091F9 is #4F6E06. Grayscale: #A5A5A5. Windows color (decimal): -5205511 or 16355760. OLE color: 16355760.

HSL color Cylindrical-coordinate representation of color #B091F9: hue angle of 257.88º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B091F9 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176145249-
CMYK0.290.4200.02
HSL257.88º89.66%77.25%-
HSV(B)257.88º41.77%97.65%-
XYZ45.1336.3294.25-
YUV166.12174.77135.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=30.88%
G=25.44%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761452490.290.4200.02257.8889.6677.25
HexB091F91D2A021025a4d
Octal260221371355202402132115
Binary1011000010010001111110011110110101001010000001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091F9; }

 p { color: rgb(176,145,249); }

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

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

 a { background-color: rgb(176,145,249); }

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

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

 span { border-color: rgb(176,145,249); }

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