#B87FEC

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

Shades of Biloba Flower #B87FEC

Tints of Biloba Flower #B87FEC

Color information

#B87FEC (or 0xB87FEC) is unknown color: approx Biloba Flower. HEX triplet: B8, 7F and EC. RGB value is (184,127,236). Sum of RGB (Red+Green+Blue) = 184+127+236=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B87FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87FEC is #478013. Grayscale: #9C9C9C. Windows color (decimal): -4685844 or 15499192. OLE color: 15499192.

HSL color Cylindrical-coordinate representation of color #B87FEC: hue angle of 271.38º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B87FEC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184127236-
CMYK0.220.4600.07
HSL271.38º74.15%71.18%-
HSV(B)271.38º46.19%92.55%-
XYZ42.531.4383.18-
YUV156.47172.88147.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=33.64%
G=23.22%
B=43.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841272360.220.4600.07271.3874.1571.18
HexB87FEC162E0710f4a47
Octal270177354265607417112107
Binary1011100011111111110110010110101110011110000111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FEC; }

 p { color: rgb(184,127,236); }

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

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

 a { background-color: rgb(184,127,236); }

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

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

 span { border-color: rgb(184,127,236); }

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