#B884DA

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

Shades of Biloba Flower #B884DA

Tints of Biloba Flower #B884DA

Color information

#B884DA (or 0xB884DA) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and DA. RGB value is (184,132,218). Sum of RGB (Red+Green+Blue) = 184+132+218=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B884DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884DA is #477B25. Grayscale: #9D9D9D. Windows color (decimal): -4684582 or 14320824. OLE color: 14320824.

HSL color Cylindrical-coordinate representation of color #B884DA: hue angle of 276.28º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B884DA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184132218-
CMYK0.160.3900.15
HSL276.28º53.75%68.63%-
HSV(B)276.28º39.45%85.49%-
XYZ40.6731.7570.32-
YUV157.35162.23147.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=34.46%
G=24.72%
B=40.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841322180.160.3900.15276.2853.7568.63
HexB884DA10270F1143645
Octal270204332204701742466105
Binary10111000100001001101101010000100111011111000101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884DA; }

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

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

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

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

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

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

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

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