#b084fe

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

Shades of Biloba Flower #B084FE

Tints of Biloba Flower #B084FE

Color information

#B084FE (or 0xB084FE) is unknown color: approx Biloba Flower. HEX triplet: B0, 84 and FE. RGB value is (176,132,254). Sum of RGB (Red+Green+Blue) = 176+132+254=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #B084FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B084FE is #4F7B01. Grayscale: #9E9E9E. Windows color (decimal): -5208834 or 16680112. OLE color: 16680112.

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

Color convert

RGB176132254-
CMYK0.310.4800.00
HSL261.64º98.39%75.69%-
HSV(B)261.64º48.03%99.61%-
XYZ44.0532.8997.79-
YUV159.06181.58140.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=31.32%
G=23.49%
B=45.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761322540.310.4800.00261.6498.3975.69
HexB084FE1F3000106624c
Octal260204376376000406142114
Binary101100001000010011111110111111100000010000011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b084fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b084fe; }

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

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

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

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

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

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

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

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