#B884DC

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

Shades of Biloba Flower #B884DC

Tints of Biloba Flower #B884DC

Color information

#B884DC (or 0xB884DC) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and DC. RGB value is (184,132,220). Sum of RGB (Red+Green+Blue) = 184+132+220=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #B884DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884DC is #477B23. Grayscale: #9D9D9D. Windows color (decimal): -4684580 or 14451896. OLE color: 14451896.

HSL color Cylindrical-coordinate representation of color #B884DC: hue angle of 275.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B884DC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184132220-
CMYK0.160.4000.14
HSL275.45º55.7%69.02%-
HSV(B)275.45º40%86.27%-
XYZ40.9431.8671.7-
YUV157.58163.23146.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=34.33%
G=24.63%
B=41.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841322200.160.4000.14275.4555.769.02
HexB884DC10280E1133845
Octal270204334205001642370105
Binary10111000100001001101110010000101000011101000100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884DC; }

 p { color: rgb(184,132,220); }

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

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

 a { background-color: rgb(184,132,220); }

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

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

 span { border-color: rgb(184,132,220); }

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