#B091F1

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

Shades of Biloba Flower #B091F1

Tints of Biloba Flower #B091F1

Color information

#B091F1 (or 0xB091F1) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and F1. RGB value is (176,145,241). Sum of RGB (Red+Green+Blue) = 176+145+241=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #B091F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091F1 is #4F6E0E. Grayscale: #A4A4A4. Windows color (decimal): -5205519 or 15831472. OLE color: 15831472.

HSL color Cylindrical-coordinate representation of color #B091F1: hue angle of 259.38º degrees, saturation: 0.77, 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 #B091F1 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176145241-
CMYK0.270.4000.05
HSL259.38º77.42%75.69%-
HSV(B)259.38º39.83%94.51%-
XYZ43.9135.8387.82-
YUV165.21170.77135.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=31.32%
G=25.80%
B=42.88%

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
Decimal1761452410.270.4000.05259.3877.4275.69
HexB091F11B28051034d4c
Octal260221361335005403115114
Binary10110000100100011111000111011101000010110000001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091F1; }

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

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

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

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

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

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

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

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