#B886FE

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

Shades of Biloba Flower #B886FE

Tints of Biloba Flower #B886FE

Color information

#B886FE (or 0xB886FE) is unknown color: approx Biloba Flower. HEX triplet: B8, 86 and FE. RGB value is (184,134,254). Sum of RGB (Red+Green+Blue) = 184+134+254=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #B886FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B886FE is #477901. Grayscale: #A2A2A2. Windows color (decimal): -4684034 or 16680632. OLE color: 16680632.

HSL color Cylindrical-coordinate representation of color #B886FE: hue angle of 265º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B886FE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184134254-
CMYK0.280.4700.00
HSL265º98.36%76.08%-
HSV(B)265º47.24%99.61%-
XYZ46.1834.497.97-
YUV162.63179.56143.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=32.17%
G=23.43%
B=44.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841342540.280.4700.0026598.3676.08
HexB886FE1C2F00109624c
Octal270206376345700411142114
Binary101110001000011011111110111001011110010000100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B886FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B886FE; }

 p { color: rgb(184,134,254); }

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

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

 a { background-color: rgb(184,134,254); }

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

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

 span { border-color: rgb(184,134,254); }

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