#B884F1

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

Shades of Biloba Flower #B884F1

Tints of Biloba Flower #B884F1

Color information

#B884F1 (or 0xB884F1) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and F1. RGB value is (184,132,241). Sum of RGB (Red+Green+Blue) = 184+132+241=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #B884F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884F1 is #477B0E. Grayscale: #9F9F9F. Windows color (decimal): -4684559 or 15828152. OLE color: 15828152.

HSL color Cylindrical-coordinate representation of color #B884F1: hue angle of 268.62º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B884F1 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184132241-
CMYK0.240.4500.05
HSL268.62º79.56%73.14%-
HSV(B)268.62º45.23%94.51%-
XYZ43.933.0487.28-
YUV159.97173.73145.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=33.03%
G=23.70%
B=43.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841322410.240.4500.05268.6279.5673.14
HexB884F1182D0510d5049
Octal270204361305505415120111
Binary10111000100001001111000111000101101010110000110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884F1; }

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

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

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

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

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

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

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

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