#B080EB

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

Shades of Biloba Flower #B080EB

Tints of Biloba Flower #B080EB

Color information

#B080EB (or 0xB080EB) is unknown color: approx Biloba Flower. HEX triplet: B0, 80 and EB. RGB value is (176,128,235). Sum of RGB (Red+Green+Blue) = 176+128+235=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #B080EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080EB is #4F7F14. Grayscale: #9A9A9A. Windows color (decimal): -5209877 or 15433904. OLE color: 15433904.

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

Color convert

RGB176128235-
CMYK0.250.4600.08
HSL266.92º72.79%71.18%-
HSV(B)266.92º45.53%92.16%-
XYZ40.6230.6782.38-
YUV154.55173.4143.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=32.65%
G=23.75%
B=43.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761282350.250.4600.08266.9272.7971.18
HexB080EB192E0810b4947
Octal2602003533156010413111107
Binary101100001000000011101011110011011100100010000101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080EB; }

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

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

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

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

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

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

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

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