#b09eff

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

Shades of Biloba Flower #B09EFF

Tints of Biloba Flower #B09EFF

Color information

#B09EFF (or 0xB09EFF) is unknown color: approx Biloba Flower. HEX triplet: B0, 9E and FF. RGB value is (176,158,255). Sum of RGB (Red+Green+Blue) = 176+158+255=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #B09EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EFF is #4F6100. Grayscale: #AEAEAE. Windows color (decimal): -5202177 or 16752304. OLE color: 16752304.

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

Color convert

RGB176158255-
CMYK0.310.3800
HSL251.13º100%80.98%-
HSV(B)251.13º38.04%100%-
XYZ48.1840.999.96-
YUV174.44173.46129.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 255 (100% from 255) = 43.29%
R=29.88%
G=26.83%
B=43.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761582550.310.3800251.1310080.98
HexB09EFF1F2600fb6451
Octal260236377374600373144121
Binary10110000100111101111111111111100110001111101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09eff; }

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

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

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

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

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

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

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

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