#B87DDD

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

Shades of Biloba Flower #B87DDD

Tints of Biloba Flower #B87DDD

Color information

#B87DDD (or 0xB87DDD) is unknown color: approx Biloba Flower. HEX triplet: B8, 7D and DD. RGB value is (184,125,221). Sum of RGB (Red+Green+Blue) = 184+125+221=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #B87DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DDD is #478222. Grayscale: #999999. Windows color (decimal): -4686371 or 14515640. OLE color: 14515640.

HSL color Cylindrical-coordinate representation of color #B87DDD: hue angle of 276.88º degrees, saturation: 0.59, 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 #B87DDD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184125221-
CMYK0.170.4300.13
HSL276.88º58.54%67.84%-
HSV(B)276.88º43.44%86.67%-
XYZ40.1530.0872.1-
YUV153.58166.05149.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=34.72%
G=23.58%
B=41.70%

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
Decimal1841252210.170.4300.13276.8858.5467.84
HexB87DDD112B0D1153b44
Octal270175335215301542573104
Binary1011100011111011101110110001101011011011000101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DDD; }

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

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

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

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

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

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

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

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