#B884EF

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

Shades of Biloba Flower #B884EF

Tints of Biloba Flower #B884EF

Color information

#B884EF (or 0xB884EF) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and EF. RGB value is (184,132,239). Sum of RGB (Red+Green+Blue) = 184+132+239=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #B884EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884EF is #477B10. Grayscale: #9F9F9F. Windows color (decimal): -4684561 or 15697080. OLE color: 15697080.

HSL color Cylindrical-coordinate representation of color #B884EF: hue angle of 269.16º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B884EF is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184132239-
CMYK0.230.4500.06
HSL269.16º76.98%72.75%-
HSV(B)269.16º44.77%93.73%-
XYZ43.632.9285.72-
YUV159.75172.73145.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.15%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=33.15%
G=23.78%
B=43.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841322390.230.4500.06269.1676.9872.75
HexB884EF172D0610d4d49
Octal270204357275506415115111
Binary10111000100001001110111110111101101011010000110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884EF; }

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

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

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

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

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

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

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

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