#B080EC

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

Shades of Biloba Flower #B080EC

Tints of Biloba Flower #B080EC

Color information

#B080EC (or 0xB080EC) is unknown color: approx Biloba Flower. HEX triplet: B0, 80 and EC. RGB value is (176,128,236). Sum of RGB (Red+Green+Blue) = 176+128+236=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #B080EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080EC is #4F7F13. Grayscale: #9A9A9A. Windows color (decimal): -5209876 or 15499440. OLE color: 15499440.

HSL color Cylindrical-coordinate representation of color #B080EC: hue angle of 266.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B080EC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176128236-
CMYK0.250.4600.07
HSL266.67º73.97%71.37%-
HSV(B)266.67º45.76%92.55%-
XYZ40.7630.7283.14-
YUV154.66173.9143.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=32.59%
G=23.70%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761282360.250.4600.07266.6773.9771.37
HexB080EC192E0710b4a47
Octal260200354315607413112107
Binary10110000100000001110110011001101110011110000101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080EC; }

 p { color: rgb(176,128,236); }

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

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

 a { background-color: rgb(176,128,236); }

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

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

 span { border-color: rgb(176,128,236); }

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