#B881FA

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

Shades of Biloba Flower #B881FA

Tints of Biloba Flower #B881FA

Color information

#B881FA (or 0xB881FA) is unknown color: approx Biloba Flower. HEX triplet: B8, 81 and FA. RGB value is (184,129,250). Sum of RGB (Red+Green+Blue) = 184+129+250=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #B881FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B881FA is #477E05. Grayscale: #9E9E9E. Windows color (decimal): -4685318 or 16417208. OLE color: 16417208.

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

Color convert

RGB184129250-
CMYK0.260.4800.02
HSL267.27º92.37%74.31%-
HSV(B)267.27º48.4%98.04%-
XYZ44.8732.7994.41-
YUV159.24179.22145.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=32.68%
G=22.91%
B=44.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841292500.260.4800.02267.2792.3774.31
HexB881FA1A300210b5c4a
Octal270201372326002413134112
Binary1011100010000001111110101101011000001010000101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881FA; }

 p { color: rgb(184,129,250); }

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

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

 a { background-color: rgb(184,129,250); }

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

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

 span { border-color: rgb(184,129,250); }

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