#B880F8

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

Shades of Biloba Flower #B880F8

Tints of Biloba Flower #B880F8

Color information

#B880F8 (or 0xB880F8) is unknown color: approx Biloba Flower. HEX triplet: B8, 80 and F8. RGB value is (184,128,248). Sum of RGB (Red+Green+Blue) = 184+128+248=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #B880F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880F8 is #477F07. Grayscale: #9E9E9E. Windows color (decimal): -4685576 or 16285880. OLE color: 16285880.

HSL color Cylindrical-coordinate representation of color #B880F8: hue angle of 268º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B880F8 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184128248-
CMYK0.260.4800.03
HSL268º89.55%73.73%-
HSV(B)268º48.39%97.25%-
XYZ44.4332.4192.72-
YUV158.42178.55146.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 248 (97.27% from 255) = 44.29%
R=32.86%
G=22.86%
B=44.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1841282480.260.4800.0326889.5573.73
HexB880F81A300310c5a4a
Octal270200370326003414132112
Binary1011100010000000111110001101011000001110000110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880F8; }

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

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

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

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

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

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

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

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