#B084FF

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

Shades of Biloba Flower #B084FF

Tints of Biloba Flower #B084FF

Color information

#B084FF (or 0xB084FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 84 and FF. RGB value is (176,132,255). Sum of RGB (Red+Green+Blue) = 176+132+255=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #B084FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B084FF is #4F7B00. Grayscale: #9E9E9E. Windows color (decimal): -5208833 or 16745648. OLE color: 16745648.

HSL color Cylindrical-coordinate representation of color #B084FF: hue angle of 261.46º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B084FF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176132255-
CMYK0.310.4800
HSL261.46º100%75.88%-
HSV(B)261.46º48.24%100%-
XYZ44.2132.9598.64-
YUV159.18182.08140-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 255 (100% from 255) = 45.29%
R=31.26%
G=23.45%
B=45.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761322550.310.4800261.4610075.88
HexB084FF1F3000105644c
Octal260204377376000405144114
Binary101100001000010011111111111111100000010000010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084FF; }

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

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

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

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

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

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

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

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