#B084FC

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

Shades of Biloba Flower #B084FC

Tints of Biloba Flower #B084FC

Color information

#B084FC (or 0xB084FC) is unknown color: approx Biloba Flower. HEX triplet: B0, 84 and FC. RGB value is (176,132,252). Sum of RGB (Red+Green+Blue) = 176+132+252=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #B084FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B084FC is #4F7B03. Grayscale: #9E9E9E. Windows color (decimal): -5208836 or 16549040. OLE color: 16549040.

HSL color Cylindrical-coordinate representation of color #B084FC: hue angle of 262º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B084FC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176132252-
CMYK0.300.4800.01
HSL262º95.24%75.29%-
HSV(B)262º47.62%98.82%-
XYZ43.7332.7696.11-
YUV158.84180.58140.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 252 (98.83% from 255) = 45%
R=31.43%
G=23.57%
B=45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761322520.300.4800.0126295.2475.29
HexB084FC1E30011065f4b
Octal260204374366001406137113
Binary101100001000010011111100111101100000110000011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084FC; }

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

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

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

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

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

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

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

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