#b884e0

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

Shades of Biloba Flower #B884E0

Tints of Biloba Flower #B884E0

Color information

#B884E0 (or 0xB884E0) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and E0. RGB value is (184,132,224). Sum of RGB (Red+Green+Blue) = 184+132+224=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #B884E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884E0 is #477B1F. Grayscale: #9D9D9D. Windows color (decimal): -4684576 or 14714040. OLE color: 14714040.

HSL color Cylindrical-coordinate representation of color #B884E0: hue angle of 273.91º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B884E0 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184132224-
CMYK0.180.4100.12
HSL273.91º59.74%69.8%-
HSV(B)273.91º41.07%87.84%-
XYZ41.4732.0774.53-
YUV158.04165.23146.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 132 (51.95% from 255) = 24.44%
BLUE value IS 224 (87.89% from 255) = 41.48%
R=34.07%
G=24.44%
B=41.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841322240.180.4100.12273.9159.7469.8
HexB884E012290C1123c46
Octal270204340225101442274106
Binary10111000100001001110000010010101001011001000100101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b884e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b884e0; }

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

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

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

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

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

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

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

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