#B084FA

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

Shades of Biloba Flower #B084FA

Tints of Biloba Flower #B084FA

Color information

#B084FA (or 0xB084FA) is unknown color: approx Biloba Flower. HEX triplet: B0, 84 and FA. RGB value is (176,132,250). Sum of RGB (Red+Green+Blue) = 176+132+250=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #B084FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B084FA is #4F7B05. Grayscale: #9E9E9E. Windows color (decimal): -5208838 or 16417968. OLE color: 16417968.

HSL color Cylindrical-coordinate representation of color #B084FA: hue angle of 262.37º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B084FA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176132250-
CMYK0.300.4700.02
HSL262.37º92.19%74.9%-
HSV(B)262.37º47.2%98.04%-
XYZ43.4132.6394.45-
YUV158.61179.58140.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=31.54%
G=23.66%
B=44.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761322500.300.4700.02262.3792.1974.9
HexB084FA1E2F021065c4b
Octal260204372365702406134113
Binary1011000010000100111110101111010111101010000011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084FA; }

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

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

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

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

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

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

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

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