#B880F5

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

Shades of Biloba Flower #B880F5

Tints of Biloba Flower #B880F5

Color information

#B880F5 (or 0xB880F5) is unknown color: approx Biloba Flower. HEX triplet: B8, 80 and F5. RGB value is (184,128,245). Sum of RGB (Red+Green+Blue) = 184+128+245=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #B880F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880F5 is #477F0A. Grayscale: #9D9D9D. Windows color (decimal): -4685579 or 16089272. OLE color: 16089272.

HSL color Cylindrical-coordinate representation of color #B880F5: hue angle of 268.72º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B880F5 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184128245-
CMYK0.250.4800.04
HSL268.72º85.4%73.14%-
HSV(B)268.72º47.76%96.08%-
XYZ43.9732.2290.29-
YUV158.08177.05146.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 245 (96.09% from 255) = 43.99%
R=33.03%
G=22.98%
B=43.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841282450.250.4800.04268.7285.473.14
HexB880F519300410d5549
Octal270200365316004415125111
Binary10111000100000001111010111001110000010010000110110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880F5; }

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

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

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

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

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

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

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

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