#B880DE

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

Shades of Biloba Flower #B880DE

Tints of Biloba Flower #B880DE

Color information

#B880DE (or 0xB880DE) is unknown color: approx Biloba Flower. HEX triplet: B8, 80 and DE. RGB value is (184,128,222). Sum of RGB (Red+Green+Blue) = 184+128+222=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #B880DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880DE is #477F21. Grayscale: #9B9B9B. Windows color (decimal): -4685602 or 14581944. OLE color: 14581944.

HSL color Cylindrical-coordinate representation of color #B880DE: hue angle of 275.74º 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 #B880DE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184128222-
CMYK0.170.4200.13
HSL275.74º58.75%68.63%-
HSV(B)275.74º42.34%87.06%-
XYZ40.6730.972.93-
YUV155.46165.55148.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=34.46%
G=23.97%
B=41.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841282220.170.4200.13275.7458.7568.63
HexB880DE112A0D1143b45
Octal270200336215201542473105
Binary10111000100000001101111010001101010011011000101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880DE; }

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

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

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

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

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

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

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

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