#B084EF

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

Shades of Biloba Flower #B084EF

Tints of Biloba Flower #B084EF

Color information

#B084EF (or 0xB084EF) is unknown color: approx Biloba Flower. HEX triplet: B0, 84 and EF. RGB value is (176,132,239). Sum of RGB (Red+Green+Blue) = 176+132+239=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #B084EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B084EF is #4F7B10. Grayscale: #9C9C9C. Windows color (decimal): -5208849 or 15697072. OLE color: 15697072.

HSL color Cylindrical-coordinate representation of color #B084EF: hue angle of 264.67º 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 #B084EF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176132239-
CMYK0.260.4500.06
HSL264.67º76.98%72.75%-
HSV(B)264.67º44.77%93.73%-
XYZ41.7431.9685.63-
YUV157.35174.08141.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=32.18%
G=24.13%
B=43.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761322390.260.4500.06264.6776.9872.75
HexB084EF1A2D061094d49
Octal260204357325506411115111
Binary10110000100001001110111111010101101011010000100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084EF; }

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

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

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

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

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

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

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

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