#B87CDD

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

Shades of Biloba Flower #B87CDD

Tints of Biloba Flower #B87CDD

Color information

#B87CDD (or 0xB87CDD) is unknown color: approx Biloba Flower. HEX triplet: B8, 7C and DD. RGB value is (184,124,221). Sum of RGB (Red+Green+Blue) = 184+124+221=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B87CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CDD is #478322. Grayscale: #989898. Windows color (decimal): -4686627 or 14515384. OLE color: 14515384.

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

Color convert

RGB184124221-
CMYK0.170.4400.13
HSL277.11º58.79%67.65%-
HSV(B)277.11º43.89%86.67%-
XYZ40.0329.8372.05-
YUV153166.38150.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=34.78%
G=23.44%
B=41.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841242210.170.4400.13277.1158.7967.65
HexB87CDD112C0D1153b44
Octal270174335215401542573104
Binary1011100011111001101110110001101100011011000101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87CDD; }

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

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

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

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

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

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

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

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