#B091F2

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

Shades of Biloba Flower #B091F2

Tints of Biloba Flower #B091F2

Color information

#B091F2 (or 0xB091F2) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and F2. RGB value is (176,145,242). Sum of RGB (Red+Green+Blue) = 176+145+242=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #B091F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091F2 is #4F6E0D. Grayscale: #A4A4A4. Windows color (decimal): -5205518 or 15897008. OLE color: 15897008.

HSL color Cylindrical-coordinate representation of color #B091F2: hue angle of 259.18º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B091F2 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176145242-
CMYK0.270.4000.05
HSL259.18º78.86%75.88%-
HSV(B)259.18º40.08%94.9%-
XYZ44.0635.8988.61-
YUV165.33171.27135.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=31.26%
G=25.75%
B=42.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761452420.270.4000.05259.1878.8675.88
HexB091F21B28051034f4c
Octal260221362335005403117114
Binary10110000100100011111001011011101000010110000001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091F2; }

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

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

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

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

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

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

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

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