#B080DE

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

Shades of Biloba Flower #B080DE

Tints of Biloba Flower #B080DE

Color information

#B080DE (or 0xB080DE) is unknown color: approx Biloba Flower. HEX triplet: B0, 80 and DE. RGB value is (176,128,222). Sum of RGB (Red+Green+Blue) = 176+128+222=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #B080DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080DE is #4F7F21. Grayscale: #989898. Windows color (decimal): -5209890 or 14581936. OLE color: 14581936.

HSL color Cylindrical-coordinate representation of color #B080DE: hue angle of 270.64º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B080DE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176128222-
CMYK0.210.4200.13
HSL270.64º58.75%68.63%-
HSV(B)270.64º42.34%87.06%-
XYZ38.8129.9472.84-
YUV153.07166.9144.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=33.46%
G=24.33%
B=42.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761282220.210.4200.13270.6458.7568.63
HexB080DE152A0D10f3b45
Octal260200336255201541773105
Binary10110000100000001101111010101101010011011000011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080DE; }

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

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

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

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

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

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

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

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