#B484FC

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

Shades of Biloba Flower #B484FC

Tints of Biloba Flower #B484FC

Color information

#B484FC (or 0xB484FC) is unknown color: approx Biloba Flower. HEX triplet: B4, 84 and FC. RGB value is (180,132,252). Sum of RGB (Red+Green+Blue) = 180+132+252=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #B484FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B484FC is #4B7B03. Grayscale: #9F9F9F. Windows color (decimal): -4946692 or 16549044. OLE color: 16549044.

HSL color Cylindrical-coordinate representation of color #B484FC: hue angle of 264º 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 #B484FC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180132252-
CMYK0.290.4800.01
HSL264º95.24%75.29%-
HSV(B)264º47.62%98.82%-
XYZ44.6433.2396.16-
YUV160.03179.9142.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=31.91%
G=23.40%
B=44.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801322520.290.4800.0126495.2475.29
HexB484FC1D30011085f4b
Octal264204374356001410137113
Binary101101001000010011111100111011100000110000100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484FC; }

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

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

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

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

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

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

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

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