#B084F0

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

Shades of Biloba Flower #B084F0

Tints of Biloba Flower #B084F0

Color information

#B084F0 (or 0xB084F0) is unknown color: approx Biloba Flower. HEX triplet: B0, 84 and F0. RGB value is (176,132,240). Sum of RGB (Red+Green+Blue) = 176+132+240=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #B084F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B084F0 is #4F7B0F. Grayscale: #9D9D9D. Windows color (decimal): -5208848 or 15762608. OLE color: 15762608.

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

Color convert

RGB176132240-
CMYK0.270.4500.06
HSL264.44º78.26%72.94%-
HSV(B)264.44º45%94.12%-
XYZ41.8832.0286.41-
YUV157.47174.58141.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=32.12%
G=24.09%
B=43.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761322400.270.4500.06264.4478.2672.94
HexB084F01B2D061084e49
Octal260204360335506410116111
Binary10110000100001001111000011011101101011010000100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084F0; }

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

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

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

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

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

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

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

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