#B080ED

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

Shades of Biloba Flower #B080ED

Tints of Biloba Flower #B080ED

Color information

#B080ED (or 0xB080ED) is unknown color: approx Biloba Flower. HEX triplet: B0, 80 and ED. RGB value is (176,128,237). Sum of RGB (Red+Green+Blue) = 176+128+237=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #B080ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080ED is #4F7F12. Grayscale: #9A9A9A. Windows color (decimal): -5209875 or 15564976. OLE color: 15564976.

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

Color convert

RGB176128237-
CMYK0.260.4600.07
HSL266.42º75.17%71.57%-
HSV(B)266.42º45.99%92.94%-
XYZ40.9130.7883.91-
YUV154.78174.4143.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=32.53%
G=23.66%
B=43.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761282370.260.4600.07266.4275.1771.57
HexB080ED1A2E0710a4b48
Octal260200355325607412113110
Binary10110000100000001110110111010101110011110000101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080ED; }

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

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

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

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

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

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

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

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