#B091FF

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

Shades of Biloba Flower #B091FF

Tints of Biloba Flower #B091FF

Color information

#B091FF (or 0xB091FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and FF. RGB value is (176,145,255). Sum of RGB (Red+Green+Blue) = 176+145+255=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B091FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091FF is #4F6E00. Grayscale: #A6A6A6. Windows color (decimal): -5205505 or 16748976. OLE color: 16748976.

HSL color Cylindrical-coordinate representation of color #B091FF: hue angle of 256.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B091FF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176145255-
CMYK0.310.4300
HSL256.91º100%78.43%-
HSV(B)256.91º43.14%100%-
XYZ46.0836.799.26-
YUV166.81177.77134.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 255 (100% from 255) = 44.27%
R=30.56%
G=25.17%
B=44.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761452550.310.4300256.9110078.43
HexB091FF1F2B00101644e
Octal260221377375300401144116
Binary101100001001000111111111111111010110010000000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091FF; }

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

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

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

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

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

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

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

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