#B87FDD

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

Shades of Biloba Flower #B87FDD

Tints of Biloba Flower #B87FDD

Color information

#B87FDD (or 0xB87FDD) is unknown color: approx Biloba Flower. HEX triplet: B8, 7F and DD. RGB value is (184,127,221). Sum of RGB (Red+Green+Blue) = 184+127+221=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B87FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FDD is #478022. Grayscale: #9A9A9A. Windows color (decimal): -4685859 or 14516152. OLE color: 14516152.

HSL color Cylindrical-coordinate representation of color #B87FDD: hue angle of 276.38º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87FDD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184127221-
CMYK0.170.4300.13
HSL276.38º58.02%68.24%-
HSV(B)276.38º42.53%86.67%-
XYZ40.4130.5972.18-
YUV154.76165.38148.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=34.59%
G=23.87%
B=41.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841272210.170.4300.13276.3858.0268.24
HexB87FDD112B0D1143a44
Octal270177335215301542472104
Binary1011100011111111101110110001101011011011000101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FDD; }

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

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

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

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

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

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

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

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