#B884E2

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

Shades of Biloba Flower #B884E2

Tints of Biloba Flower #B884E2

Color information

#B884E2 (or 0xB884E2) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and E2. RGB value is (184,132,226). Sum of RGB (Red+Green+Blue) = 184+132+226=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #B884E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884E2 is #477B1D. Grayscale: #9D9D9D. Windows color (decimal): -4684574 or 14845112. OLE color: 14845112.

HSL color Cylindrical-coordinate representation of color #B884E2: hue angle of 273.19º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B884E2 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184132226-
CMYK0.190.4200.11
HSL273.19º61.84%70.2%-
HSV(B)273.19º41.59%88.63%-
XYZ41.7532.1875.96-
YUV158.26166.23146.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.95%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 226 (88.67% from 255) = 41.70%
R=33.95%
G=24.35%
B=41.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841322260.190.4200.11273.1961.8470.2
HexB884E2132A0B1113e46
Octal270204342235201342176106
Binary10111000100001001110001010011101010010111000100011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884E2; }

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

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

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

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

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

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

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

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