#B884DF

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

Shades of Biloba Flower #B884DF

Tints of Biloba Flower #B884DF

Color information

#B884DF (or 0xB884DF) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and DF. RGB value is (184,132,223). Sum of RGB (Red+Green+Blue) = 184+132+223=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #B884DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884DF is #477B20. Grayscale: #9D9D9D. Windows color (decimal): -4684577 or 14648504. OLE color: 14648504.

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

Color convert

RGB184132223-
CMYK0.170.4100.13
HSL274.29º58.71%69.61%-
HSV(B)274.29º40.81%87.45%-
XYZ41.3432.0273.81-
YUV157.92164.73146.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=34.14%
G=24.49%
B=41.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841322230.170.4100.13274.2958.7169.61
HexB884DF11290D1123b46
Octal270204337215101542273106
Binary10111000100001001101111110001101001011011000100101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884DF; }

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

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

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

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

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

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

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

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