#B87FE0

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

Shades of Biloba Flower #B87FE0

Tints of Biloba Flower #B87FE0

Color information

#B87FE0 (or 0xB87FE0) is unknown color: approx Biloba Flower. HEX triplet: B8, 7F and E0. RGB value is (184,127,224). Sum of RGB (Red+Green+Blue) = 184+127+224=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #B87FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FE0 is #47801F. Grayscale: #9A9A9A. Windows color (decimal): -4685856 or 14712760. OLE color: 14712760.

HSL color Cylindrical-coordinate representation of color #B87FE0: hue angle of 275.26º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87FE0 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184127224-
CMYK0.180.4300.12
HSL275.26º61.01%68.82%-
HSV(B)275.26º43.3%87.84%-
XYZ40.8130.7574.31-
YUV155.1166.88148.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=34.39%
G=23.74%
B=41.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841272240.180.4300.12275.2661.0168.82
HexB87FE0122B0C1133d45
Octal270177340225301442375105
Binary1011100011111111110000010010101011011001000100111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FE0; }

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

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

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

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

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

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

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

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