#B87DEC

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

Shades of Biloba Flower #B87DEC

Tints of Biloba Flower #B87DEC

Color information

#B87DEC (or 0xB87DEC) is unknown color: approx Biloba Flower. HEX triplet: B8, 7D and EC. RGB value is (184,125,236). Sum of RGB (Red+Green+Blue) = 184+125+236=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #B87DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87DEC is #478213. Grayscale: #9A9A9A. Windows color (decimal): -4686356 or 15498680. OLE color: 15498680.

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

Color convert

RGB184125236-
CMYK0.220.4700.07
HSL271.89º74.5%70.78%-
HSV(B)271.89º47.03%92.55%-
XYZ42.2430.9183.1-
YUV155.29173.55148.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=33.76%
G=22.94%
B=43.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841252360.220.4700.07271.8974.570.78
HexB87DEC162F071104a47
Octal270175354265707420112107
Binary1011100011111011110110010110101111011110001000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DEC; }

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

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

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

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

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

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

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

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