#B87CF1

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

Shades of Biloba Flower #B87CF1

Tints of Biloba Flower #B87CF1

Color information

#B87CF1 (or 0xB87CF1) is unknown color: approx Biloba Flower. HEX triplet: B8, 7C and F1. RGB value is (184,124,241). Sum of RGB (Red+Green+Blue) = 184+124+241=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #B87CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87CF1 is #47830E. Grayscale: #9A9A9A. Windows color (decimal): -4686607 or 15826104. OLE color: 15826104.

HSL color Cylindrical-coordinate representation of color #B87CF1: hue angle of 270.77º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B87CF1 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184124241-
CMYK0.240.4900.05
HSL270.77º80.69%71.57%-
HSV(B)270.77º48.55%94.51%-
XYZ42.8530.9686.94-
YUV155.28176.38148.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=33.52%
G=22.59%
B=43.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841242410.240.4900.05270.7780.6971.57
HexB87CF118310510f5148
Octal270174361306105417121110
Binary1011100011111001111000111000110001010110000111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87CF1; }

 p { color: rgb(184,124,241); }

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

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

 a { background-color: rgb(184,124,241); }

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

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

 span { border-color: rgb(184,124,241); }

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