#B880DF

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

Shades of Biloba Flower #B880DF

Tints of Biloba Flower #B880DF

Color information

#B880DF (or 0xB880DF) is unknown color: approx Biloba Flower. HEX triplet: B8, 80 and DF. RGB value is (184,128,223). Sum of RGB (Red+Green+Blue) = 184+128+223=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #B880DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880DF is #477F20. Grayscale: #9B9B9B. Windows color (decimal): -4685601 or 14647480. OLE color: 14647480.

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

Color convert

RGB184128223-
CMYK0.170.4300.13
HSL275.37º59.75%68.82%-
HSV(B)275.37º42.6%87.45%-
XYZ40.8130.9673.64-
YUV155.57166.05148.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=34.39%
G=23.93%
B=41.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841282230.170.4300.13275.3759.7568.82
HexB880DF112B0D1133c45
Octal270200337215301542374105
Binary10111000100000001101111110001101011011011000100111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880DF; }

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

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

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

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

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

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

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

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