#B084DE

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

Shades of Biloba Flower #B084DE

Tints of Biloba Flower #B084DE

Color information

#B084DE (or 0xB084DE) is unknown color: approx Biloba Flower. HEX triplet: B0, 84 and DE. RGB value is (176,132,222). Sum of RGB (Red+Green+Blue) = 176+132+222=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #B084DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084DE is #4F7B21. Grayscale: #9B9B9B. Windows color (decimal): -5208866 or 14582960. OLE color: 14582960.

HSL color Cylindrical-coordinate representation of color #B084DE: hue angle of 269.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B084DE is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176132222-
CMYK0.210.4100.13
HSL269.33º57.69%69.41%-
HSV(B)269.33º40.54%87.06%-
XYZ39.3431.0173.02-
YUV155.42165.58142.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=33.21%
G=24.91%
B=41.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761322220.210.4100.13269.3357.6969.41
HexB084DE15290D10d3a45
Octal260204336255101541572105
Binary10110000100001001101111010101101001011011000011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084DE; }

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

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

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

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

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

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

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

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