#B87CF0

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

Shades of Biloba Flower #B87CF0

Tints of Biloba Flower #B87CF0

Color information

#B87CF0 (or 0xB87CF0) is unknown color: approx Biloba Flower. HEX triplet: B8, 7C and F0. RGB value is (184,124,240). Sum of RGB (Red+Green+Blue) = 184+124+240=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #B87CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87CF0 is #47830F. Grayscale: #9A9A9A. Windows color (decimal): -4686608 or 15760568. OLE color: 15760568.

HSL color Cylindrical-coordinate representation of color #B87CF0: hue angle of 271.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B87CF0 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184124240-
CMYK0.230.4800.06
HSL271.03º79.45%71.37%-
HSV(B)271.03º48.33%94.12%-
XYZ42.730.986.15-
YUV155.16175.88148.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 124 (48.83% from 255) = 22.63%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=33.58%
G=22.63%
B=43.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841242400.230.4800.06271.0379.4571.37
HexB87CF017300610f4f47
Octal270174360276006417117107
Binary1011100011111001111000010111110000011010000111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87CF0; }

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

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

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

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

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

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

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

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