#B880F9

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

Shades of Biloba Flower #B880F9

Tints of Biloba Flower #B880F9

Color information

#B880F9 (or 0xB880F9) is unknown color: approx Biloba Flower. HEX triplet: B8, 80 and F9. RGB value is (184,128,249). Sum of RGB (Red+Green+Blue) = 184+128+249=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #B880F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880F9 is #477F06. Grayscale: #9E9E9E. Windows color (decimal): -4685575 or 16351416. OLE color: 16351416.

HSL color Cylindrical-coordinate representation of color #B880F9: hue angle of 267.77º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B880F9 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184128249-
CMYK0.260.4900.02
HSL267.77º90.98%73.92%-
HSV(B)267.77º48.59%97.65%-
XYZ44.5932.4793.54-
YUV158.54179.05146.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=32.80%
G=22.82%
B=44.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841282490.260.4900.02267.7790.9873.92
HexB880F91A310210c5b4a
Octal270200371326102414133112
Binary1011100010000000111110011101011000101010000110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880F9; }

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

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

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

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

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

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

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

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